aboutsummaryrefslogtreecommitdiffstats
path: root/update-ref.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-17Convert update-ref to use ref_lock API.Shawn Pearce1-66/+37
2006-05-08Separate object name errors from usage errorsDmitry V. Levin1-2/+2
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano1-0/+1
2005-11-14allow git-update-ref create refs with slashes in namesAlex Riesen1-1/+4
2005-11-10Fix confusing git-update-ref error messagePetr Baudis1-1/+1
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-10-01Use resolve_ref() to implement read_ref().Junio C Hamano1-61/+1
2005-10-01Teach update-ref about a symbolic ref stored in a textfile.Junio C Hamano1-1/+14
2005-09-28[PATCH] Make some needlessly global stuff staticPeter Hagervall1-1/+1
2005-09-25Plug a small race in update-ref.c.Junio C Hamano1-4/+22
2005-09-25[PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds1-0/+111