index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pretty.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Sync with Git 2.37.5
Junio C Hamano
1
-11
/
+52
2022-12-13
Merge branch 'maint-2.34' into maint-2.35
Junio C Hamano
1
-11
/
+52
2022-12-13
Merge branch 'maint-2.33' into maint-2.34
Junio C Hamano
1
-11
/
+52
2022-12-13
Sync with Git 2.32.5
Junio C Hamano
1
-11
/
+52
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
1
-11
/
+52
2022-12-13
Sync with Git 2.30.7
Junio C Hamano
1
-11
/
+52
2022-12-09
pretty: restrict input lengths for padding and wrapping formats
Patrick Steinhardt
1
-0
/
+26
2022-12-09
utf8: fix truncated string lengths in `utf8_strnwidth()`
Patrick Steinhardt
1
-2
/
+2
2022-12-09
pretty: fix integer overflow in wrapping format
Patrick Steinhardt
1
-1
/
+3
2022-12-09
pretty: fix adding linefeed when placeholder is not expanded
Patrick Steinhardt
1
-1
/
+13
2022-12-09
pretty: fix out-of-bounds read when parsing invalid padding format
Patrick Steinhardt
1
-1
/
+1
2022-12-09
pretty: fix out-of-bounds read when left-flushing with stealing
Patrick Steinhardt
1
-1
/
+1
2022-12-09
pretty: fix out-of-bounds write caused by integer overflow
Patrick Steinhardt
1
-5
/
+6
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-1
/
+1
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-1
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-29
format-patch: allow forcing the use of in-body From: header
Junio C Hamano
1
-0
/
+2
2022-08-29
pretty: separate out the logic to decide the use of in-body from
Junio C Hamano
1
-1
/
+9
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+2
2022-07-10
gpg-interface: add function for converting trust level to string
Jaydeep Das
1
-17
/
+1
2021-12-15
Merge branch 'es/pretty-describe-more'
Junio C Hamano
1
-10
/
+48
2021-11-01
Merge branch 'hm/paint-hits-in-log-grep'
Junio C Hamano
1
-12
/
+89
2021-11-01
pretty: add abbrev option to %(describe)
Eli Schwartz
1
-0
/
+15
2021-11-01
pretty: add tag option to %(describe)
Eli Schwartz
1
-0
/
+12
2021-11-01
pretty.c: rework describe options parsing for better extensibility
Eli Schwartz
1
-10
/
+21
2021-10-29
Merge branch 'jk/log-warn-on-bogus-encoding'
Junio C Hamano
1
-5
/
+1
2021-10-29
Revert "logmsg_reencode(): warn when iconv() fails"
Junio C Hamano
1
-5
/
+1
2021-10-25
Merge branch 'fs/ssh-signing'
Junio C Hamano
1
-2
/
+2
2021-10-08
pretty: colorize pattern matches in commit messages
Hamza Mahfooz
1
-12
/
+89
2021-09-10
ssh signing: preliminary refactoring and clean-up
Fabian Stelzer
1
-2
/
+2
2021-08-27
logmsg_reencode(): warn when iconv() fails
Jeff King
1
-1
/
+5
2021-06-28
log: avoid loading decorations for userformats that don't need it
Jeff King
1
-0
/
+4
2021-04-27
pretty: provide human date format
ZheNing Hu
1
-0
/
+3
2021-03-22
Merge branch 'rs/pretty-describe'
Junio C Hamano
1
-0
/
+64
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-03-11
archive: expand only a single %(describe) per archive
René Scharfe
1
-0
/
+8
2021-03-01
Merge branch 'hv/trailer-formatting'
Junio C Hamano
1
-39
/
+59
2021-02-17
pretty: add merge and exclude options to %(describe)
René Scharfe
1
-2
/
+41
2021-02-17
pretty: add %(describe)
René Scharfe
1
-0
/
+17
2021-02-15
pretty.c: capture invalid trailer argument
Hariom Verma
1
-4
/
+13
2021-02-15
pretty.c: refactor trailer logic to `format_set_trailers_options()`
Hariom Verma
1
-39
/
+50
2021-01-28
pretty: lazy-load commit data when expanding user-format
Jeff King
1
-11
/
+12
2021-01-12
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-12-09
pretty format %(trailers): add a "key_value_separator"
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2020-12-09
pretty format %(trailers): add a "keyonly"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2020-08-28
pretty: refactor `format_sanitized_subject()`
Hariom Verma
1
-9
/
+11
2020-04-07
format-patch: teach --no-encode-email-headers
Emma Brooks
1
-2
/
+4
2020-02-17
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
1
-2
/
+2
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-2
/
+2
2020-01-30
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
1
-1
/
+29
[next]