summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2005-12-17Revert "We do not like "HEAD" as a new branch name"Junio C Hamano
2005-12-17Revert "refs.c: off-by-one fix."Junio C Hamano
2005-12-16Forbid pattern maching characters in refnames.Junio C Hamano
2005-12-15refs.c: off-by-one fix.Junio C Hamano
2005-12-15We do not like "HEAD" as a new branch nameJohannes Schindelin
2005-12-07refs.c: make sure leading directories exist before writing a ref.Junio C Hamano
2005-11-19Do not DWIM in userpath library under strict mode.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin
2005-10-25create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano
2005-10-14Unlocalized isspace and friendsLinus Torvalds
2005-10-05[PATCH] Fix symbolic ref validationJonas Fonseca
2005-10-01Add git-symbolic-refJunio C Hamano
2005-10-01Use resolve_ref() to implement read_ref().Junio C Hamano
2005-10-01[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds
2005-08-16[PATCH] Make do_each_ref() follow symlinks.Matt Draisey
2005-08-09[PATCH] -Werror fixesTimo Sirainen
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Linus Torvalds
2005-07-05Fix silly thinko in "head_ref()"Linus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds
2005-07-02Generalize the "show each ref" code in receice-packLinus Torvalds
2005-06-06[PATCH] Operations on refsDaniel Barkalow