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