summaryrefslogtreecommitdiff
path: root/update-ref.c
Commit message (Expand)AuthorAgeFilesLines
* Fix confusing git-update-ref error messagePetr Baudis2005-11-101-1/+1
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* Use resolve_ref() to implement read_ref().Junio C Hamano2005-10-011-61/+1
* Teach update-ref about a symbolic ref stored in a textfile.Junio C Hamano2005-10-011-1/+14
* [PATCH] Make some needlessly global stuff staticPeter Hagervall2005-09-281-1/+1
* Plug a small race in update-ref.c.Junio C Hamano2005-09-251-4/+22
* [PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds2005-09-251-0/+111