summaryrefslogtreecommitdiffstats
path: root/builtin/stash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-5/+2
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* builtin: pass repository to sub commandsKarthik Nayak2024-11-261-14/+25
* builtin/stash: fix leaking `pathspec_from_file`Patrick Steinhardt2024-09-301-1/+3
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-1/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-231-8/+9
|\ \
| * | environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
| * | environment: make `get_index_file()` accept a repositoryPatrick Steinhardt2024-09-121-6/+6
| * | environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-1/+2
| |/
* | Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano2024-09-161-3/+3
|\ \
| * | remerge-diff: clean up temporary objdir at a central placeJunio C Hamano2024-08-101-3/+3
| * | Merge branch 'ps/report-failure-from-git-stash' into maint-2.43Junio C Hamano2024-02-131-4/+4
| |\ \
* | | | drop trailing newline from warning/error/die messagesJeff King2024-09-051-1/+1
| |_|/ |/| |
* | | Merge branch 'ps/stash-keep-untrack-empty-fix'Junio C Hamano2024-08-231-1/+22
|\ \ \
| * | | builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt2024-08-161-1/+22
* | | | Merge branch 'ps/leakfixes-part-3'Junio C Hamano2024-08-141-2/+16
|\ \ \ \
| * | | | builtin/stash: fix various trivial memory leaksPatrick Steinhardt2024-08-011-2/+16
* | | | | merge-recursive: honor diff.algorithmAntonin Delpeuch2024-07-141-1/+1
|/ / / /
* | | | commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt2024-06-111-5/+4
* | | | builtin/stash: fix leak in `show_stash()`Patrick Steinhardt2024-06-111-0/+2
* | | | object-name: free leaking object contextsPatrick Steinhardt2024-06-111-3/+9
* | | | Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-10/+13
|\ \ \ \
| * | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-10/+13
* | | | | Merge branch 'ps/the-index-is-no-more'Junio C Hamano2024-05-081-23/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | builtin: stop using `the_index`Patrick Steinhardt2024-04-181-23/+22
* | | | | Merge branch 'aj/stash-staged-fix'Junio C Hamano2024-04-301-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stash: fix "--staged" with binary filesAdam Johnson2024-04-221-2/+2
| * | | | Merge branch 'en/keep-cwd' into maintJunio C Hamano2022-01-291-1/+5
| |\ \ \ \
* | \ \ \ \ Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-2/+3
|\ \ \ \ \ \
| * | | | | | tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-2/+3
* | | | | | | Merge branch 'ps/report-failure-from-git-stash'Junio C Hamano2024-02-121-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | builtin/stash: report failure to write to indexPatrick Steinhardt2024-02-061-4/+4
* | | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
|/ / / / /
* | | | | Merge branch 'jc/fail-stash-to-store-non-stash'Junio C Hamano2023-10-231-0/+6
|\ \ \ \ \
| * | | | | stash: be careful what we storeJunio C Hamano2023-10-121-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/unused-post-2.42'Junio C Hamano2023-09-081-1/+1
|\ \ \ \ \
| * | | | | stash: mark unused parameter in diff callbackJeff King2023-08-301-1/+1
| | |/ / / | |/| | |
* | | | | diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-3/+3
* | | | | diff: drop useless return from run_diff_{files,index} functionsJeff King2023-08-221-9/+5
* | | | | diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano2023-08-221-1/+1
|/ / / /
* | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\ \ \ \
| * | | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | | | | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | | | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | | | | preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
* | | | | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/ / / /
* | | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\ \ \ \
| * | | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1