summaryrefslogtreecommitdiffstats
path: root/builtin-update-ref.c
Commit message (Expand)AuthorAgeFilesLines
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+2
* Fix git update-ref --no-deref -d.Miklos Vajna2008-10-261-3/+5
* Fix git branch -m for symrefs.Miklos Vajna2008-10-261-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-2/+2
* Make old sha1 optional with git update-ref -dKarl Hasselström2008-06-021-3/+3
* Clean up builtin-update-ref's option parsingKarl Hasselström2008-06-021-15/+19
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* Make builtin-update-ref.c use parse_optionsPierre Habouzit2007-10-291-40/+25
* Function for updating refs.Carlos Rica2007-09-051-7/+2
* symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano2007-07-291-2/+0
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-3/+8
* lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano2007-01-291-4/+2
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano2007-01-261-0/+2
* Make sure we do not write bogus reflog entries.Junio C Hamano2007-01-261-2/+0
* update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-271-3/+15
* Clean-up lock-ref implementationJunio C Hamano2006-09-271-1/+1
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-231-1/+1
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* Allow user.name and user.email to drive reflog entry.Shawn Pearce2006-07-101-0/+1
* Make git-update-ref a builtinLukas Sandström2006-06-181-0/+59