summaryrefslogtreecommitdiff
path: root/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+2
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* config: drop git_config_get_string_const()Jeff King2020-08-171-2/+1
* checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason2018-06-111-2/+24
* checkout: pass the "num_matches" up to callersÆvar Arnfjörð Bjarmason2018-06-111-1/+4
* checkout.c: change "unique" member to "num_matches"Ævar Arnfjörð Bjarmason2018-06-111-4/+4
* checkout.c: introduce an *_INIT macroÆvar Arnfjörð Bjarmason2018-06-111-1/+3
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-2/+2
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
* checkout: factor out functions to new lib fileThomas Gummerer2017-11-271-0/+43