aboutsummaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
Commit message (Expand)AuthorAge
* refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-06
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
* refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-16
* refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-16
* builtin/update_ref: convert to struct object_idbrian m. carlson2017-07-17
* config: don't include config.h by defaultBrandon Williams2017-06-15
* update-ref: pass reflog message to delete_ref()Kyle Meyer2017-02-20
* delete_ref: accept a reflog message argumentKyle Meyer2017-02-20
* tag, update-ref: improve description of option "create-reflog"Ralf Thielow2015-09-11
* Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-03
|\
| * update-ref and tag: add --create-reflog argDavid Turner2015-07-21
* | delete_ref(): use the usual convention for old_sha1Michael Haggerty2015-06-22
* | cmd_update_ref(): make logic more straightforwardMichael Haggerty2015-06-22
|/
* ref_transaction_verify(): new function to check a reference's valueMichael Haggerty2015-02-17
* ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-17
* ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-17
* refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-17
* standardize usage info string formatAlex Henrie2015-01-14
* update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty2014-12-11
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* update-ref --stdin: pass transaction around explicitlyJonathan Nieder2014-09-03
* update-ref --stdin: narrow scope of err strbufJonathan Nieder2014-09-03
* refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg2014-09-03
* refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-09-03
* refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-09-03
* refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg2014-07-14
* refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg2014-07-14
* update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg2014-07-14
* refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg2014-07-14
* refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg2014-07-14
* update-ref --stdin: reimplement using reference transactionsMichael Haggerty2014-04-07
* update-ref --stdin: harmonize error messagesMichael Haggerty2014-04-07
* update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty2014-04-07
* update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty2014-04-07
* update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty2014-04-07
* update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty2014-04-07
* update-ref --stdin: make error messages more consistentMichael Haggerty2014-04-07
* update-ref --stdin: improve error messages for invalid valuesMichael Haggerty2014-04-07
* update-ref.c: extract a new function, parse_refname()Michael Haggerty2014-04-07
* parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twiceMichael Haggerty2014-04-07
* update-ref --stdin: read the whole input at onceMichael Haggerty2014-04-07
* update_refs(): fix constnessMichael Haggerty2014-04-07
* refs.h: rename the action_on_err constantsMichael Haggerty2014-04-07
* parse_arg(): really test that argument is properly terminatedMichael Haggerty2014-04-07
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\
| * update-ref: support multiple simultaneous updatesBrad King2013-09-09
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-22
* i18n: update-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22