index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checkout.c
Age
Commit message (
Expand
)
Author
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-27
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-03-28
cocci: 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-17
config: drop git_config_get_string_const()
Jeff King
2018-06-11
checkout & worktree: introduce checkout.defaultRemote
Ævar Arnfjörð Bjarmason
2018-06-11
checkout: pass the "num_matches" up to callers
Ævar Arnfjörð Bjarmason
2018-06-11
checkout.c: change "unique" member to "num_matches"
Ævar Arnfjörð Bjarmason
2018-06-11
checkout.c: introduce an *_INIT macro
Ævar Arnfjörð Bjarmason
2018-05-18
refspec: rename struct refspec to struct refspec_item
Brandon Williams
2018-05-18
refspec: move refspec parsing logic into its own file
Brandon Williams
2017-11-27
checkout: factor out functions to new lib file
Thomas Gummerer