summaryrefslogtreecommitdiffstats
path: root/builtin/checkout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ah/advise-force-pushing'Junio C Hamano2023-07-251-1/+1
|\
| * wt-status: don't show divergence advice when committingAlex Henrie2023-07-131-1/+1
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-3/+9
|\ \ | |/ |/|
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-3/+9
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | merge-ll: rename from ll-mergeElijah Newren2023-06-211-1/+1
* | repository: remove unnecessary include of path.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
* | add: modify add_files_to_cache() to avoid globalsElijah Newren2023-06-211-1/+1
|/
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-14/+21
|\
| * cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+4
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+8
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-7/+9
* | 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
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-191-1/+2
|\ \
| * | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-061-1/+2
* | | Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano2023-03-191-9/+22
|\ \ \
| * | | restore: fault --staged --worktree with merge optsAndy Koppe2023-02-271-9/+22
* | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
| |_|/ |/| |
* | | add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-071-5/+7
* | | *: fix typos which duplicate a wordAndrei Rybak2023-01-081-1/+1
* | | read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-1/+1
* | | 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-6/+6
* | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-23/+23
* | cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-2/+3
* | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+2
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* mark unused read_tree_recursive() callback parametersJeff King2022-08-191-1/+1
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+1
* Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano2022-08-181-0/+1
|\
| * checkout: fix nested sparse directory diff in sparse indexVictoria Dye2022-08-081-0/+1
* | Merge branch 'mt/checkout-count-fix'Junio C Hamano2022-08-011-1/+1
|\ \
| * | checkout: fix two bugs on the final count of updated entriesMatheus Tavares2022-07-141-1/+1
| |/
* / checkout: avoid "struct unpack_trees_options" leakÆvar Arnfjörð Bjarmason2022-07-011-14/+22
|/
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-1/+2
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
| * revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-1/+1
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-1/+1
|\ \ | |/ |/|
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-171-1/+1
|\ \ \