aboutsummaryrefslogtreecommitdiff
path: root/builtin/stash.c
AgeCommit message (Expand)Author
2024-08-14Merge branch 'ps/leakfixes-part-3'Junio C Hamano
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt
2024-06-11builtin/stash: fix leak in `show_stash()`Patrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-30Merge branch 'aj/stash-staged-fix'Junio C Hamano
2024-04-22stash: fix "--staged" with binary filesAdam Johnson
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-13Merge branch 'ps/report-failure-from-git-stash' into maint-2.43Junio C Hamano
2024-02-12Merge branch 'ps/report-failure-from-git-stash'Junio C Hamano
2024-02-06builtin/stash: report failure to write to indexPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-23Merge branch 'jc/fail-stash-to-store-non-stash'Junio C Hamano
2023-10-11stash: be careful what we storeJunio C Hamano
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano
2023-08-29stash: mark unused parameter in diff callbackJeff King
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28builtins: mark unused prefix parametersJeff King
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-22Merge branch 'ab/the-index-compatibility'Junio C Hamano