aboutsummaryrefslogtreecommitdiffstats
path: root/checkout.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+2
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason1-1/+1
2020-08-17config: drop git_config_get_string_const()Jeff King1-2/+1
2018-06-11checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason1-2/+24
2018-06-11checkout: pass the "num_matches" up to callersÆvar Arnfjörð Bjarmason1-1/+4
2018-06-11checkout.c: change "unique" member to "num_matches"Ævar Arnfjörð Bjarmason1-4/+4
2018-06-11checkout.c: introduce an *_INIT macroÆvar Arnfjörð Bjarmason1-1/+3
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams1-2/+2
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams1-0/+1
2017-11-27checkout: factor out functions to new lib fileThomas Gummerer1-0/+43