🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.0
/
pretty.c
tag
c089584ac8dedc3aa7c2c404839bc098050298a2
tagger
Junio C Hamano <gitster@pobox.com>
Mon Nov 20 01:28:36 2023
object
564d0252ca632e0264ed670534a51d18a689ef5d
Git 2.43
2b09d16
pretty: fix ref filtering for %(decorate) formats
by Andy Koppe
· 2 years, 2 months ago
f1f8a25
pretty: add pointer and tag options to %(decorate)
by Andy Koppe
· 2 years, 4 months ago
a58dd83
pretty: add %(decorate[:<options>]) format
by Andy Koppe
· 2 years, 4 months ago
a3883a6
decorate: refactor format_decorations()
by Andy Koppe
· 2 years, 4 months ago
ce481ac
Merge branch 'cw/compat-util-header-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
d383b4f
Merge branch 'rs/userformat-find-requirements-simplify'
by Junio C Hamano
· 2 years, 5 months ago
55e8fad
Merge branch 'rs/pretty-format-double-negation-fix'
by Junio C Hamano
· 2 years, 5 months ago
bd19ee9
pretty: use strchr(3) in userformat_find_requirements()
by René Scharfe
· 2 years, 5 months ago
1dd14e8
pretty: avoid double negative in format_commit_item()
by René Scharfe
· 2 years, 5 months ago
b3d1c85
Merge branch 'gc/config-context'
by Junio C Hamano
· 2 years, 5 months ago
67e7305
Merge branch 'cw/strbuf-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
da269af
Merge branch 'rs/strbuf-expand-step'
by Junio C Hamano
· 2 years, 5 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 2 years, 5 months ago
a4e7e31
config: add ctx arg to config_fn_t
by Glen Choo
· 2 years, 6 months ago
df6e874
diff.h: remove unnecessary include of oidset.h
by Elijah Newren
· 2 years, 6 months ago
4416b86
strbuf: simplify strbuf_expand_literal_cb()
by René Scharfe
· 2 years, 6 months ago
6f1e2d5
replace strbuf_expand() with strbuf_expand_step()
by René Scharfe
· 2 years, 6 months ago
3c3d0c4
pretty: factor out expand_separator()
by René Scharfe
· 2 years, 6 months ago
f940185
object-name: move related functions to object-name
by Calvin Wan
· 2 years, 6 months ago
77f091e
treewide: remove cache.h inclusion due to pager.h changes
by Elijah Newren
· 2 years, 8 months ago
ca4eed7
pager.h: move declarations for pager.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
c7c33f5
post-cocci: adjust comments for recent repo_* migration
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
bab8216
cocci: apply the "pretty.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
ecb5091
cocci: apply the "commit.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
d0732a8
Merge branch 'jk/unused-post-2.39-part2'
by Junio C Hamano
· 2 years, 9 months ago
1bff855
userformat_want_item(): mark unused parameter
by Jeff King
· 2 years, 10 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years, 10 months ago
fea9f60
Sync with Git 2.37.5
by Junio C Hamano
· 3 years ago
fbabbc3
Merge branch 'maint-2.34' into maint-2.35
by Junio C Hamano
· 3 years ago
3748b5b
Merge branch 'maint-2.33' into maint-2.34
by Junio C Hamano
· 3 years ago
5f22dcc
Sync with Git 2.32.5
by Junio C Hamano
· 3 years ago
8a755ed
Sync with Git 2.31.6
by Junio C Hamano
· 3 years ago
1612876
Sync with Git 2.30.7
by Junio C Hamano
· 3 years ago
304a50a
pretty: restrict input lengths for padding and wrapping formats
by Patrick Steinhardt
· 3 years ago
522cc87
utf8: fix truncated string lengths in `utf8_strnwidth()`
by Patrick Steinhardt
· 3 years ago
48050c4
pretty: fix integer overflow in wrapping format
by Patrick Steinhardt
· 3 years ago
1de69c0
pretty: fix adding linefeed when placeholder is not expanded
by Patrick Steinhardt
· 3 years ago
f6e0b9f
pretty: fix out-of-bounds read when parsing invalid padding format
by Patrick Steinhardt
· 3 years ago
b49f309
pretty: fix out-of-bounds read when left-flushing with stealing
by Patrick Steinhardt
· 3 years ago
81dc898
pretty: fix out-of-bounds write caused by integer overflow
by Patrick Steinhardt
· 3 years ago
dd407f1
Merge branch 'ab/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
a6b42ec
Merge branch 'jk/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
34bc1b1
format-patch: allow forcing the use of in-body From: header
by Junio C Hamano
· 3 years, 4 months ago
b84d013
pretty: separate out the logic to decide the use of in-body from
by Junio C Hamano
· 3 years, 4 months ago
783a86c
config: mark unused callback parameters
by Jeff King
· 3 years, 4 months ago
803978d
gpg-interface: add function for converting trust level to string
by Jaydeep Das
· 3 years, 5 months ago
6ba65f4
Merge branch 'es/pretty-describe-more'
by Junio C Hamano
· 4 years ago
b93d720
Merge branch 'hm/paint-hits-in-log-grep'
by Junio C Hamano
· 4 years, 1 month ago
eccd97d
pretty: add abbrev option to %(describe)
by Eli Schwartz
· 4 years, 1 month ago
1d517ce
pretty: add tag option to %(describe)
by Eli Schwartz
· 4 years, 1 month ago
3c6eb4e
pretty.c: rework describe options parsing for better extensibility
by Eli Schwartz
· 4 years, 1 month ago
a31efa7
Merge branch 'jk/log-warn-on-bogus-encoding'
by Junio C Hamano
· 4 years, 2 months ago
0988e66
Revert "logmsg_reencode(): warn when iconv() fails"
by Junio C Hamano
· 4 years, 2 months ago
18c6653
Merge branch 'fs/ssh-signing'
by Junio C Hamano
· 4 years, 2 months ago
6a5c337
pretty: colorize pattern matches in commit messages
by Hamza Mahfooz
· 4 years, 2 months ago
b5726a5
ssh signing: preliminary refactoring and clean-up
by Fabian Stelzer
· 4 years, 3 months ago
fd680bc
logmsg_reencode(): warn when iconv() fails
by Jeff King
· 4 years, 4 months ago
b2086b5
log: avoid loading decorations for userformats that don't need it
by Jeff King
· 4 years, 6 months ago
b722d45
pretty: provide human date format
by ZheNing Hu
· 4 years, 8 months ago
25f9326
Merge branch 'rs/pretty-describe'
by Junio C Hamano
· 4 years, 9 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
9609972
archive: expand only a single %(describe) per archive
by René Scharfe
· 4 years, 9 months ago
2871423
Merge branch 'hv/trailer-formatting'
by Junio C Hamano
· 4 years, 10 months ago
b081547
pretty: add merge and exclude options to %(describe)
by René Scharfe
· 4 years, 10 months ago
15ae82d
pretty: add %(describe)
by René Scharfe
· 4 years, 10 months ago
636a0ae
pretty.c: capture invalid trailer argument
by Hariom Verma
· 4 years, 10 months ago
90563ae
pretty.c: refactor trailer logic to `format_set_trailers_options()`
by Hariom Verma
· 4 years, 10 months ago
018b9de
pretty: lazy-load commit data when expanding user-format
by Jeff King
· 4 years, 11 months ago
4e16833
shortlog: remove unused(?) "repo-abbrev" feature
by Ævar Arnfjörð Bjarmason
· 5 years ago
058761f
pretty format %(trailers): add a "key_value_separator"
by Ævar Arnfjörð Bjarmason
· 5 years ago
9d87d5a
pretty format %(trailers): add a "keyonly"
by Ævar Arnfjörð Bjarmason
· 5 years ago
47d4676
pretty: refactor `format_sanitized_subject()`
by Hariom Verma
· 5 years ago
19d097e
format-patch: teach --no-encode-email-headers
by Emma Brooks
· 6 years ago
9f3f387
Merge branch 'rs/strbuf-insertstr'
by Junio C Hamano
· 6 years ago
a91cc7f
strbuf: add and use strbuf_insertstr()
by René Scharfe
· 6 years ago
11ad30b
Merge branch 'hi/gpg-mintrustlevel'
by Junio C Hamano
· 6 years ago
54887b4
gpg-interface: add minTrustLevel as a configuration option
by Hans Jerry Illikainen
· 6 years ago
d37cfe3
Merge branch 'dl/pretty-reference'
by Junio C Hamano
· 6 years ago
1f0fc1d
pretty: implement 'reference' format
by Denton Liu
· 6 years ago
618a855
pretty: add struct cmt_fmt_map::default_date_mode_type
by Denton Liu
· 6 years ago
0df6211
pretty: provide short date format
by René Scharfe
· 6 years ago
3e8ed3b
pretty.c: inline initalize format_context
by Denton Liu
· 6 years ago
d8b8217
pretty: add "%aL" etc. to show local-part of email addresses
by Prarit Bhargava
· 6 years ago
0cc7380
log-tree: call load_ref_decorations() in get_name_decoration()
by René Scharfe
· 6 years ago
921d49b
use COPY_ARRAY for copying arrays
by René Scharfe
· 6 years ago
9a1180f
pretty: drop unused strbuf from parse_padding_placeholder()
by Jeff King
· 7 years ago
da55ff3
pretty: drop unused "type" parameter in needs_rfc2047_encoding()
by Jeff King
· 7 years ago
b0e7fb2
Merge branch 'nd/completion-more-parameters'
by Junio C Hamano
· 7 years ago
42977bf
Merge branch 'aw/pretty-trailers'
by Junio C Hamano
· 7 years ago
5a59a23
completion: add more parameter value completion
by Nguyễn Thái Ngọc Duy
· 7 years ago
b99a579
Merge branch 'sb/more-repo-in-api'
by Junio C Hamano
· 7 years ago
0b691d8
pretty: add support for separator option in %(trailers)
by Anders Waldenborg
· 7 years ago
fd2015b
strbuf: separate callback for strbuf_expand:ing literals
by Anders Waldenborg
· 7 years ago
d9b936d
pretty: add support for "valueonly" option in %(trailers)
by Anders Waldenborg
· 7 years ago
250bea0
pretty: allow showing specific trailers
by Anders Waldenborg
· 7 years ago
Next »