summaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
Commit message (Expand)AuthorAgeFilesLines
...
* update-ref --stdin: improve error messages for invalid valuesMichael Haggerty2014-04-071-11/+13
* update-ref.c: extract a new function, parse_refname()Michael Haggerty2014-04-071-49/+41
* parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twiceMichael Haggerty2014-04-071-1/+1
* update-ref --stdin: read the whole input at onceMichael Haggerty2014-04-071-62/+108
* update_refs(): fix constnessMichael Haggerty2014-04-071-1/+1
* refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-2/+3
* parse_arg(): really test that argument is properly terminatedMichael Haggerty2014-04-071-5/+15
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-5/+5
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+251
|\
| * update-ref: support multiple simultaneous updatesBrad King2013-09-091-1/+251
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-2/+2
|/
* Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-1/+1
* i18n: update-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-5/+5
* update-ref: whitespace fixPang Yan Han2011-08-251-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+58