summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Allow user.name and user.email to drive reflog entry.Shawn Pearce2006-07-101-1/+0
* Fix typos involving the word 'commit'Alp Toker2006-07-091-6/+6
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-091-0/+5
* ref-log: style fixes.Junio C Hamano2006-06-061-8/+11
* refs.c: convert it to use lockfile interface.Junio C Hamano2006-06-061-11/+10
* Correct force_write bug in refs.cShawn Pearce2006-05-191-1/+1
* Log ref updates made by fetch.Shawn Pearce2006-05-191-2/+3
* Force writing ref if it doesn't exist.Shawn Pearce2006-05-191-1/+3
* General ref log reading improvements.Shawn Pearce2006-05-191-14/+40
* Fix ref log parsing so it works properly.Shawn Pearce2006-05-171-1/+1
* Support 'master@2 hours ago' syntaxShawn Pearce2006-05-171-0/+53
* Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-171-0/+56
* Improve abstraction of ref lock/write.Shawn Pearce2006-05-171-125/+111
* Remove unnecessary local in get_ref_sha1.Shawn Pearce2006-05-171-4/+1
* Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean2006-05-141-4/+19
* core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-021-2/+2
* refs.c::do_for_each_ref(): Finish error message lines with "\n"Junio C Hamano2006-03-091-3/+3
* Warn about invalid refsJohannes Schindelin2006-03-011-2/+7
* Give no terminating LF to error() function.Junio C Hamano2006-02-221-1/+1
* Disable USE_SYMLINK_HEAD by defaultPavel Roskin2006-01-191-5/+1
* Revert "We do not like "HEAD" as a new branch name"Junio C Hamano2005-12-171-5/+0
* Revert "refs.c: off-by-one fix."Junio C Hamano2005-12-171-5/+2
* Forbid pattern maching characters in refnames.Junio C Hamano2005-12-161-1/+3
* refs.c: off-by-one fix.Junio C Hamano2005-12-151-2/+5
* We do not like "HEAD" as a new branch nameJohannes Schindelin2005-12-151-0/+5
* refs.c: make sure leading directories exist before writing a ref.Junio C Hamano2005-12-071-0/+4
* Do not DWIM in userpath library under strict mode.Junio C Hamano2005-11-191-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-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