summaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+2
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+4
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* update-ref: fix streaming of status updatesPatrick Steinhardt2021-09-031-4/+10
* update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt2020-11-161-0/+2
* update-ref: allow creation of multiple transactionsPatrick Steinhardt2020-11-161-1/+12
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* update-ref: implement interactive transaction handlingPatrick Steinhardt2020-04-021-8/+98
* update-ref: read commands in a line-wise fashionPatrick Steinhardt2020-04-021-40/+45
* update-ref: move transaction handling into `update_refs_stdin()`Patrick Steinhardt2020-04-021-13/+14
* update-ref: pass end pointer instead of strbufPatrick Steinhardt2020-04-021-15/+15
* update-ref: drop unused argument for `parse_refname`Patrick Steinhardt2020-04-021-5/+5
* update-ref: organize commands in an arrayPatrick Steinhardt2020-04-021-12/+29
* update-ref: allow --no-deref with --stdinElijah Newren2018-09-121-10/+13
* update-ref: fix type of update_flags variable to match its usageElijah Newren2018-09-121-1/+1
* update-ref --stdin: use skip_prefix()SZEDER Gábor2018-06-041-12/+13
* refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-2/+2
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-4/+4
* refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+1
* refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* builtin/update_ref: convert to struct object_idbrian m. carlson2017-07-171-35/+34
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* update-ref: pass reflog message to delete_ref()Kyle Meyer2017-02-201-1/+1
* delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-1/+1
* tag, update-ref: improve description of option "create-reflog"rt/help-strings-fixRalf Thielow2015-09-111-1/+1
* Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-031-3/+11
|\
| * update-ref and tag: add --create-reflog argDavid Turner2015-07-211-3/+11
* | delete_ref(): use the usual convention for old_sha1mh/init-delete-refs-apiMichael Haggerty2015-06-221-1/+7
* | cmd_update_ref(): make logic more straightforwardMichael Haggerty2015-06-221-3/+10
|/
* ref_transaction_verify(): new function to check a reference's valueMichael Haggerty2015-02-171-5/+2
* ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-171-2/+3
* ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-3/+4
* refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-171-1/+2
* standardize usage info string formatAlex Henrie2015-01-141-3/+3
* update-ref: fix "verify" command with missing <oldvalue>mh/update-ref-verifyMichael Haggerty2014-12-111-9/+5
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-151-6/+7
* update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1Jonathan Nieder2014-09-031-12/+15
* update-ref --stdin: narrow scope of err strbufJonathan Nieder2014-09-031-1/+10
* refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg2014-09-031-1/+4
* refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-09-031-2/+3
* refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-09-031-1/+3
* refs.c: change ref_transaction_update() to do error checking and return statusrs/ref-transaction-0Ronnie Sahlberg2014-07-141-5/+7
* refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg2014-07-141-2/+1
* update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg2014-07-141-5/+5
* refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg2014-07-141-1/+1
* refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg2014-07-141-0/+1
* update-ref --stdin: reimplement using reference transactionsMichael Haggerty2014-04-071-67/+75
* update-ref --stdin: harmonize error messagesMichael Haggerty2014-04-071-12/+12