aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/update-ref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-05-19refs: add function to translate errors to stringsKarthik Nayak1-24/+1
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano1-5/+61
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-1/+1
2025-04-08update-ref: add --batch-updates flag for stdin modeKarthik Nayak1-5/+61
2025-03-12builtin/update-ref: skip ambiguity checks when parsing object IDsPatrick Steinhardt1-5/+10
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-2/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-17update-ref: mark more unused parameters in parser callbacksJeff King1-4/+4
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-4/+4
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-12/+225
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-4/+4
2024-06-07update-ref: add support for 'symref-update' commandKarthik Nayak1-0/+92
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak1-1/+31
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak1-1/+32
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak1-10/+70
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-0/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-8/+13
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-0/+1
2024-04-02update-ref: use {old,new}-oid instead of {old,new}valueKarthik Nayak1-13/+13
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-08-29update-ref: mark unused parameter in parser callbacksJeff King1-7/+7
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+2
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+4
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+4
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt1-4/+10
2020-11-16update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt1-0/+2
2020-11-16update-ref: allow creation of multiple transactionsPatrick Steinhardt1-1/+12
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-04-02update-ref: implement interactive transaction handlingPatrick Steinhardt1-8/+98
2020-04-02update-ref: read commands in a line-wise fashionPatrick Steinhardt1-40/+45
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Patrick Steinhardt1-13/+14
2020-04-02update-ref: pass end pointer instead of strbufPatrick Steinhardt1-15/+15
2020-04-02update-ref: drop unused argument for `parse_refname`Patrick Steinhardt1-5/+5
2020-04-02update-ref: organize commands in an arrayPatrick Steinhardt1-12/+29
2018-09-12update-ref: allow --no-deref with --stdinElijah Newren1-10/+13
2018-09-12update-ref: fix type of update_flags variable to match its usageElijah Newren1-1/+1
2018-06-04update-ref --stdin: use skip_prefix()SZEDER Gábor1-12/+13
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty1-2/+2
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson1-4/+4
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson1-1/+1
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson1-1/+1
2017-07-17builtin/update_ref: convert to struct object_idbrian m. carlson1-35/+34