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