summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-16[PATCH] Make do_each_ref() follow symlinks.Libravatar Matt Draisey1-1/+1
2005-08-09[PATCH] -Werror fixesLibravatar Timo Sirainen1-3/+3
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Libravatar Linus Torvalds1-8/+7
2005-07-05Fix silly thinko in "head_ref()"Libravatar Linus Torvalds1-2/+2
2005-07-05Add "git_path()" and "head_ref()" helper functions.Libravatar Linus Torvalds1-0/+9
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Libravatar Linus Torvalds1-0/+5
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLibravatar Linus Torvalds1-5/+5
2005-07-02Generalize the "show each ref" code in receice-packLibravatar Linus Torvalds1-0/+65
2005-06-06[PATCH] Operations on refsLibravatar Daniel Barkalow1-0/+173