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