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
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
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-02-20
update-ref: pass reflog message to delete_ref()
Kyle Meyer
1
-1
/
+1
2017-02-20
delete_ref: accept a reflog message argument
Kyle Meyer
1
-1
/
+1
2015-09-11
tag, update-ref: improve description of option "create-reflog"
Ralf Thielow
1
-1
/
+1
2015-08-03
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
1
-3
/
+11
2015-07-21
update-ref and tag: add --create-reflog arg
David Turner
1
-3
/
+11
2015-06-22
delete_ref(): use the usual convention for old_sha1
Michael Haggerty
1
-1
/
+7
2015-06-22
cmd_update_ref(): make logic more straightforward
Michael Haggerty
1
-3
/
+10
[next]