summaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
AgeCommit message (Expand)Author
5 daysupdate-ref: add support for 'symref-update' commandKarthik Nayak
5 daysupdate-ref: add support for 'symref-create' commandKarthik Nayak
5 daysupdate-ref: add support for 'symref-delete' commandKarthik Nayak
5 daysupdate-ref: add support for 'symref-verify' commandKarthik Nayak
5 daysrefs: accept symref values in `ref_transaction[_add]_update`Karthik Nayak
2024-04-02update-ref: use {old,new}-oid instead of {old,new}valueKarthik Nayak
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-30update-ref: mark unused parameter in parser callbacksJeff King
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt
2020-11-16update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt
2020-11-16update-ref: allow creation of multiple transactionsPatrick Steinhardt
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-04-02update-ref: implement interactive transaction handlingPatrick Steinhardt
2020-04-02update-ref: read commands in a line-wise fashionPatrick Steinhardt
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Patrick Steinhardt
2020-04-02update-ref: pass end pointer instead of strbufPatrick Steinhardt
2020-04-02update-ref: drop unused argument for `parse_refname`Patrick Steinhardt
2020-04-02update-ref: organize commands in an arrayPatrick Steinhardt
2018-09-12update-ref: allow --no-deref with --stdinElijah Newren
2018-09-12update-ref: fix type of update_flags variable to match its usageElijah Newren
2018-06-04update-ref --stdin: use skip_prefix()SZEDER Gábor
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson
2017-07-17builtin/update_ref: convert to struct object_idbrian m. carlson
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-21update-ref: pass reflog message to delete_ref()Kyle Meyer
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2015-09-11tag, update-ref: improve description of option "create-reflog"Ralf Thielow
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