index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
update-ref.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-05-19
refs: add function to translate errors to strings
Karthik Nayak
1
-24
/
+1
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
1
-5
/
+61
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-04-08
update-ref: add --batch-updates flag for stdin mode
Karthik Nayak
1
-5
/
+61
2025-03-12
builtin/update-ref: skip ambiguity checks when parsing object IDs
Patrick Steinhardt
1
-5
/
+10
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-2
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-17
update-ref: mark more unused parameters in parser callbacks
Jeff King
1
-4
/
+4
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-4
/
+4
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
1
-12
/
+225
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-4
/
+4
2024-06-07
update-ref: add support for 'symref-update' command
Karthik Nayak
1
-0
/
+92
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
1
-1
/
+31
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
1
-1
/
+32
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
1
-10
/
+70
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-0
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-8
/
+13
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-0
/
+1
2024-04-02
update-ref: use {old,new}-oid instead of {old,new}value
Karthik Nayak
1
-13
/
+13
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-08-29
update-ref: mark unused parameter in parser callbacks
Jeff King
1
-7
/
+7
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+2
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+4
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2021-09-03
update-ref: fix streaming of status updates
Patrick Steinhardt
1
-4
/
+10
2020-11-16
update-ref: disallow "start" for ongoing transactions
Patrick Steinhardt
1
-0
/
+2
2020-11-16
update-ref: allow creation of multiple transactions
Patrick Steinhardt
1
-1
/
+12
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-04-02
update-ref: implement interactive transaction handling
Patrick Steinhardt
1
-8
/
+98
2020-04-02
update-ref: read commands in a line-wise fashion
Patrick Steinhardt
1
-40
/
+45
2020-04-02
update-ref: move transaction handling into `update_refs_stdin()`
Patrick Steinhardt
1
-13
/
+14
2020-04-02
update-ref: pass end pointer instead of strbuf
Patrick Steinhardt
1
-15
/
+15
2020-04-02
update-ref: drop unused argument for `parse_refname`
Patrick Steinhardt
1
-5
/
+5
2020-04-02
update-ref: organize commands in an array
Patrick Steinhardt
1
-12
/
+29
2018-09-12
update-ref: allow --no-deref with --stdin
Elijah Newren
1
-10
/
+13
2018-09-12
update-ref: fix type of update_flags variable to match its usage
Elijah Newren
1
-1
/
+1
2018-06-04
update-ref --stdin: use skip_prefix()
SZEDER Gábor
1
-12
/
+13
2017-11-06
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
1
-2
/
+2
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-07-17
builtin/update_ref: convert to struct object_id
brian m. carlson
1
-35
/
+34
[next]