aboutsummaryrefslogtreecommitdiff
path: root/builtin/update-ref.c
AgeCommit message (Expand)Author
2026-01-25update-ref: utilize rejected error details if availableKarthik Nayak
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-05-19refs: add function to translate errors to stringsKarthik Nayak
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-08update-ref: add --batch-updates flag for stdin modeKarthik Nayak
2025-03-12builtin/update-ref: skip ambiguity checks when parsing object IDsPatrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-17update-ref: mark more unused parameters in parser callbacksJeff King
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-07update-ref: add support for 'symref-update' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07refs: accept symref values in `ref_transaction_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-29update-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