summaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
AgeCommit message (Expand)Author
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano
2015-07-21update-ref and tag: add --create-reflog argDavid Turner
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty
2015-06-22cmd_update_ref(): make logic more straightforwardMichael Haggerty
2015-02-17ref_transaction_verify(): new function to check a reference's valueMichael Haggerty
2015-02-17ref_transaction_delete(): remove "have_old" parameterMichael Haggerty
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty
2015-01-14standardize usage info string formatAlex Henrie
2014-12-11update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg
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