summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+1
| |_|/ |/| |
* | | add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-061-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-131-0/+1
| * revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-1/+1
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-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-161-1/+1
|\ \ \
| * | | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ /
* | | Merge branch 'gc/parse-tree-indirect-errors'Junio C Hamano2022-03-131-3/+10
|\ \ \
| * | | checkout, clone: die if tree cannot be parsedGlen Choo2022-03-011-3/+10
| |/ /
* | | switch: mention the --detach option when dying due to lack of a branchAlex Henrie2022-02-251-11/+19
* | | Merge branch 'js/short-help-outside-repo-fix'Junio C Hamano2022-02-181-3/+4
|\ \ \
| * | | checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin2022-02-081-3/+4
| |/ /
* | | Merge branch 'gc/branch-recurse-submodules'Junio C Hamano2022-02-181-1/+2
|\ \ \
| * | | branch: add a dry_run parameter to create_branch()Glen Choo2022-02-011-1/+2
* | | | Merge branch 'en/remerge-diff'Junio C Hamano2022-02-161-4/+8
|\ \ \ \
| * | | | ll-merge: make callers responsible for showing warningsElijah Newren2022-02-021-4/+8