summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin2005-10-251-5/+7
* git-check-ref-format: reject funny ref names.Junio C Hamano2005-10-151-9/+46
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* [PATCH] Fix symbolic ref validationJonas Fonseca2005-10-051-1/+1
* Add git-symbolic-refJunio C Hamano2005-10-011-0/+77
* Use resolve_ref() to implement read_ref().Junio C Hamano2005-10-011-27/+62
* [PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds2005-10-011-33/+40
* [PATCH] Make do_each_ref() follow symlinks.Matt Draisey2005-08-161-1/+1
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-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-051-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-041-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-021-0/+65
* [PATCH] Operations on refsDaniel Barkalow2005-06-061-0/+173