| Commit message (Expand) | Author | Age | Files | Lines |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+2 |
* | Fix git update-ref --no-deref -d. | Miklos Vajna | 2008-10-26 | 1 | -3/+5 |
* | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -1/+1 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -2/+2 |
* | Make old sha1 optional with git update-ref -d | Karl Hasselström | 2008-06-02 | 1 | -3/+3 |
* | Clean up builtin-update-ref's option parsing | Karl Hasselström | 2008-06-02 | 1 | -15/+19 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
* | Make builtin-update-ref.c use parse_options | Pierre Habouzit | 2007-10-29 | 1 | -40/+25 |
* | Function for updating refs. | Carlos Rica | 2007-09-05 | 1 | -7/+2 |
* | symbolic-ref, update-ref: do not refuse reflog message with LF | Junio C Hamano | 2007-07-29 | 1 | -2/+0 |
* | git-update-ref: add --no-deref option for overwriting/detaching ref | Sven Verdoolaege | 2007-05-10 | 1 | -3/+8 |
* | lock_any_ref_for_update(): do not accept malformatted refs. | Junio C Hamano | 2007-01-29 | 1 | -4/+2 |
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 | 1 | -1/+0 |
* | git-merge: leave sensible reflog message when used as the first level UI. | Junio C Hamano | 2007-01-26 | 1 | -0/+2 |
* | Make sure we do not write bogus reflog entries. | Junio C Hamano | 2007-01-26 | 1 | -2/+0 |
* | update-ref: -d flag and ref creation safety. | Junio C Hamano | 2006-09-27 | 1 | -3/+15 |
* | Clean-up lock-ref implementation | Junio C Hamano | 2006-09-27 | 1 | -1/+1 |
* | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 2006-08-23 | 1 | -1/+1 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -2/+1 |
* | Allow user.name and user.email to drive reflog entry. | Shawn Pearce | 2006-07-10 | 1 | -0/+1 |
* | Make git-update-ref a builtin | Lukas Sandström | 2006-06-18 | 1 | -0/+59 |