summaryrefslogtreecommitdiff
path: root/builtin-update-ref.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-26Fix git update-ref --no-deref -d.Libravatar Miklos Vajna1-3/+5
2008-10-26Fix git branch -m for symrefs.Libravatar Miklos Vajna1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-2/+2
2008-06-02Make old sha1 optional with git update-ref -dLibravatar Karl Hasselström1-3/+3
2008-06-02Clean up builtin-update-ref's option parsingLibravatar Karl Hasselström1-15/+19
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2007-10-29Make builtin-update-ref.c use parse_optionsLibravatar Pierre Habouzit1-40/+25
2007-09-05Function for updating refs.Libravatar Carlos Rica1-7/+2
2007-07-29symbolic-ref, update-ref: do not refuse reflog message with LFLibravatar Junio C Hamano1-2/+0
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refLibravatar Sven Verdoolaege1-3/+8
2007-01-29lock_any_ref_for_update(): do not accept malformatted refs.Libravatar Junio C Hamano1-4/+2
2007-01-28Don't force everybody to call setup_ident().Libravatar Junio C Hamano1-1/+0
2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Libravatar Junio C Hamano1-0/+2
2007-01-26Make sure we do not write bogus reflog entries.Libravatar Junio C Hamano1-2/+0
2006-09-27update-ref: -d flag and ref creation safety.Libravatar Junio C Hamano1-3/+15
2006-09-27Clean-up lock-ref implementationLibravatar Junio C Hamano1-1/+1
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Libravatar Junio C Hamano1-1/+1
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+1
2006-07-10Allow user.name and user.email to drive reflog entry.Libravatar Shawn Pearce1-0/+1
2006-06-18Make git-update-ref a builtinLibravatar Lukas Sandström1-0/+59