summaryrefslogtreecommitdiff
path: root/builtin-update-ref.c
AgeCommit message (Expand)Author
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2008-10-26Fix git update-ref --no-deref -d.Miklos Vajna
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-03Make old sha1 optional with git update-ref -dKarl Hasselström
2008-06-03Clean up builtin-update-ref's option parsingKarl Hasselström
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2007-10-30Make builtin-update-ref.c use parse_optionsPierre Habouzit
2007-09-05Function for updating refs.Carlos Rica
2007-07-30symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-01-29lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano
2007-01-26Make sure we do not write bogus reflog entries.Junio C Hamano
2006-09-27update-ref: -d flag and ref creation safety.Junio C Hamano
2006-09-27Clean-up lock-ref implementationJunio C Hamano
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-11Allow user.name and user.email to drive reflog entry.Shawn Pearce
2006-06-19Make git-update-ref a builtinLukas Sandström