aboutsummaryrefslogtreecommitdiff
path: root/builtin-update-ref.c
Commit message (Expand)AuthorAge
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Make builtin-update-ref.c use parse_optionsPierre Habouzit2007-10-29
* Function for updating refs.Carlos Rica2007-09-05
* symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano2007-07-29
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-10
* lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano2007-01-29
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano2007-01-26
* Make sure we do not write bogus reflog entries.Junio C Hamano2007-01-26
* update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-27
* Clean-up lock-ref implementationJunio C Hamano2006-09-27
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-23
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Allow user.name and user.email to drive reflog entry.Shawn Pearce2006-07-10
* Make git-update-ref a builtinLukas Sandström2006-06-18