summaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not DWIM in userpath library under strict mode.Junio C Hamano2005-11-201-40/+0
* Add config variable core.symrefsonlyJohannes Schindelin2005-11-151-4/+6
* create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin2005-10-261-5/+7
* git-check-ref-format: reject funny ref names.Junio C Hamano2005-10-151-9/+46
* Unlocalized isspace and friendsLinus Torvalds2005-10-151-1/+0
* [PATCH] Fix symbolic ref validationJonas Fonseca2005-10-051-1/+1
* Add git-symbolic-refJunio C Hamano2005-10-021-0/+77
* Use resolve_ref() to implement read_ref().Junio C Hamano2005-10-021-27/+62
* [PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds2005-10-021-33/+40
* [PATCH] Make do_each_ref() follow symlinks.Matt Draisey2005-08-171-1/+1
* [PATCH] -Werror fixesTimo Sirainen2005-08-101-3/+3
* Make "for_each_ref()" always use the "canonical" refname.Linus Torvalds2005-07-081-8/+7
* Fix silly thinko in "head_ref()"Linus Torvalds2005-07-061-2/+2
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-0/+9
* Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds2005-07-051-0/+5
* Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds2005-07-031-5/+5
* Generalize the "show each ref" code in receice-packLinus Torvalds2005-07-031-0/+65
* [PATCH] Operations on refsDaniel Barkalow2005-06-071-0/+173