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