summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2005-10-01Add git-symbolic-refJunio C Hamano-0/+77
2005-10-01Use resolve_ref() to implement read_ref().Junio C Hamano-27/+62
2005-10-01[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds-33/+40
2005-08-16[PATCH] Make do_each_ref() follow symlinks.Matt Draisey-1/+1
2005-08-09[PATCH] -Werror fixesTimo Sirainen-3/+3
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Linus Torvalds-8/+7
2005-07-05Fix silly thinko in "head_ref()"Linus Torvalds-2/+2
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds-0/+9
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds-0/+5
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds-5/+5
2005-07-02Generalize the "show each ref" code in receice-packLinus Torvalds-0/+65
2005-06-06[PATCH] Operations on refsDaniel Barkalow-0/+173