summaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
AgeCommit message (Expand)Author
2014-04-07update-ref --stdin: reimplement using reference transactionsMichael Haggerty
2014-04-07update-ref --stdin: harmonize error messagesMichael Haggerty
2014-04-07update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty
2014-04-07update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty
2014-04-07update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty
2014-04-07update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty
2014-04-07update-ref --stdin: make error messages more consistentMichael Haggerty
2014-04-07update-ref --stdin: improve error messages for invalid valuesMichael Haggerty
2014-04-07update-ref.c: extract a new function, parse_refname()Michael Haggerty
2014-04-07parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twiceMichael Haggerty
2014-04-07update-ref --stdin: read the whole input at onceMichael Haggerty
2014-04-07update_refs(): fix constnessMichael Haggerty
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-04-07parse_arg(): really test that argument is properly terminatedMichael Haggerty
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-09update-ref: support multiple simultaneous updatesBrad King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2012-08-22Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy
2012-08-22i18n: update-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-08-25update-ref: whitespace fixPang Yan Han
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds