summaryrefslogtreecommitdiff
path: root/builtin/stash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-12/+14
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ | |/ /
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-12/+14
|\ \ \ | | |/ | |/|
| * | cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
| * | cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-6/+7
* | | builtins: mark unused prefix parametersJeff King2023-03-281-1/+1
| |/ |/|
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2023-02-221-2/+5
|\
| * various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason2023-02-061-2/+5
* | Merge branch 'ab/the-index-compatibility'Junio C Hamano2023-02-221-4/+7
|\ \
| * | cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason2023-02-101-4/+7
| |/
* | add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-061-1/+2
|/
* treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-4/+4
* cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-8/+8
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+2
|\
| * built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason2022-11-211-0/+2
* | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-16/+19
* | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-4/+4
|/
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-25/+48
|\
| * doc txt & -h consistency: make "stash" consistentÆvar Arnfjörð Bjarmason2022-10-131-25/+48
| * doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
| * stash doc SYNOPSIS & -h: correct padding around "[]()"Ævar Arnfjörð Bjarmason2022-10-131-14/+14
| * doc txt & -h consistency: fix incorrect alternates syntaxÆvar Arnfjörð Bjarmason2022-10-131-3/+3
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\ \
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-3/+6
|\ \ \ | |/ / | | / | |/ |/|
| * refs: mark unused reflog callback parametersJeff King2022-08-191-3/+6
* | builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-29/+24
* | parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-4/+4
|/
* Merge branch 'ab/env-array'Junio C Hamano2022-06-101-8/+8
|\
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-8/+8
* | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-53/+62
|\ \
| * | revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-131-2/+0
| * | revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
| * | stash: always have the owner of "stash_info" free itÆvar Arnfjörð Bjarmason2022-04-131-48/+59
| * | revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-3/+2
* | | stash: apply stash using 'merge_ort_nonrecursive()'Victoria Dye2022-05-101-6/+24
* | | stash: integrate with sparse indexVictoria Dye2022-05-101-0/+3
| |/ |/|
* | Merge branch 'vd/stash-silence-reset'Junio C Hamano2022-03-301-2/+3
|\ \ | |/ |/|
| * stash: make internal resets quiet and refresh indexVictoria Dye2022-03-141-2/+3
* | Merge branch 'ep/remove-duplicated-includes'Junio C Hamano2022-03-231-1/+0
|\ \