summaryrefslogtreecommitdiff
path: root/builtin-update-ref.c
AgeCommit message (Expand)Author
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