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
/
tag.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-21
ref-filter: remove ref_format_clear()
René Scharfe
1
-1
/
+0
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+3
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
1
-12
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-12-04
Merge branch 'ps/ref-backend-migration-optim'
Junio C Hamano
1
-1
/
+1
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
1
-1
/
+1
2024-12-03
refs: move ref name helpers around
Junio C Hamano
1
-11
/
+0
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-1
/
+1
2024-11-04
builtin/tag: fix leaking key ID on failure to sign
Patrick Steinhardt
1
-1
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-1
/
+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-09-09
ref-filter: add ref_format_clear() function
Jeff King
1
-0
/
+1
2024-09-05
gpg-interface: fix misdesigned signing key interfaces
Patrick Steinhardt
1
-1
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-0
/
+1
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-5
/
+6
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-5
/
+6
2024-05-07
builtin/tag: add --trailer option
John Passaro
1
-9
/
+29
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-0
/
+1
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-7
/
+7
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-4
/
+41
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
1
-4
/
+4
2024-03-12
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
1
-2
/
+2
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-1
/
+1
2024-02-27
Merge branch 'rj/tag-column-fix'
Junio C Hamano
1
-1
/
+2
2024-02-14
tag: error when git-column fails
Rubén Justo
1
-1
/
+2
2024-02-12
Merge branch 'jc/sign-buffer-failure-propagation-fix'
Junio C Hamano
1
-1
/
+1
2024-02-07
tag: fix sign_buffer() call to create a signed tag
Junio C Hamano
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-11-16
ref-filter.h: add functions for filter/format & format-only
Victoria Dye
1
-22
/
+1
2023-11-16
ref-filter.h: add max_count and omit_empty to ref_format
Victoria Dye
1
-3
/
+2
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
1
-0
/
+6
2023-10-02
tag: sign both hashes
Eric W. Biederman
1
-4
/
+41
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-2
/
+2
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-2
/
+2
2023-07-13
tag: mark unused parameters in each_tag_name_fn callbacks
Jeff King
1
-2
/
+2
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
1
-0
/
+1
2023-07-10
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King
1
-2
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+7
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-3
/
+6
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-28
config: inline git_color_default_config
Glen Choo
1
-1
/
+5
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-3
/
+6
2023-05-16
tag: keep the message file in case ref transaction fails
Kristoffer Haugsbakk
1
-9
/
+15
[next]