summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.37.5Junio C Hamano2022-12-131-11/+52
|\
| * Merge branch 'maint-2.34' into maint-2.35Junio C Hamano2022-12-131-11/+52
| |\
| | * Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-131-11/+52
| | |\
| | | * Sync with Git 2.32.5Junio C Hamano2022-12-131-11/+52
| | | |\
| | | | * Sync with Git 2.31.6Junio C Hamano2022-12-131-11/+52
| | | | |\
| | | | | * Sync with Git 2.30.7Junio C Hamano2022-12-131-11/+52
| | | | | |\
| | | | | | * pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt2022-12-091-0/+26
| | | | | | * utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt2022-12-091-2/+2
| | | | | | * pretty: fix integer overflow in wrapping formatPatrick Steinhardt2022-12-091-1/+3
| | | | | | * pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt2022-12-091-1/+13
| | | | | | * pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt2022-12-091-1/+1
| | | | | | * pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt2022-12-091-1/+1
| | | | | | * pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt2022-12-091-5/+6
* | | | | | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | | | | | | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | config: mark unused callback parametersJeff King2022-08-191-1/+2
* | | | | | | | format-patch: allow forcing the use of in-body From: headerJunio C Hamano2022-08-291-0/+2
* | | | | | | | pretty: separate out the logic to decide the use of in-body fromJunio C Hamano2022-08-291-1/+9
|/ / / / / / /
* | | | | | | gpg-interface: add function for converting trust level to stringJaydeep Das2022-07-101-17/+1
|/ / / / / /
* | | | | | Merge branch 'es/pretty-describe-more'Junio C Hamano2021-12-151-10/+48
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | pretty: add abbrev option to %(describe)Eli Schwartz2021-11-011-0/+15
| * | | | | pretty: add tag option to %(describe)Eli Schwartz2021-11-011-0/+12
| * | | | | pretty.c: rework describe options parsing for better extensibilityEli Schwartz2021-11-011-10/+21
* | | | | | Merge branch 'hm/paint-hits-in-log-grep'Junio C Hamano2021-11-011-12/+89
|\ \ \ \ \ \
| * | | | | | pretty: colorize pattern matches in commit messagesHamza Mahfooz2021-10-081-12/+89
| |/ / / / /
* | | | | | Merge branch 'jk/log-warn-on-bogus-encoding'Junio C Hamano2021-10-291-5/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Revert "logmsg_reencode(): warn when iconv() fails"Junio C Hamano2021-10-291-5/+1
| |/ / / /
* | | | | Merge branch 'fs/ssh-signing'Junio C Hamano2021-10-251-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ssh signing: preliminary refactoring and clean-upFabian Stelzer2021-09-101-2/+2
| |/ / /
* | | | logmsg_reencode(): warn when iconv() failsJeff King2021-08-271-1/+5
* | | | log: avoid loading decorations for userformats that don't need itJeff King2021-06-281-0/+4
|/ / /
* | | pretty: provide human date formatZheNing Hu2021-04-271-0/+3
* | | Merge branch 'rs/pretty-describe'Junio C Hamano2021-03-221-0/+64
|\ \ \ | |/ / |/| |
| * | archive: expand only a single %(describe) per archiveRené Scharfe2021-03-111-0/+8
| * | pretty: add merge and exclude options to %(describe)René Scharfe2021-02-171-2/+41
| * | pretty: add %(describe)René Scharfe2021-02-171-0/+17
* | | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* | | Merge branch 'hv/trailer-formatting'Junio C Hamano2021-03-011-39/+59
|\ \ \ | |/ / |/| |
| * | pretty.c: capture invalid trailer argumentHariom Verma2021-02-151-4/+13
| * | pretty.c: refactor trailer logic to `format_set_trailers_options()`Hariom Verma2021-02-151-39/+50
* | | pretty: lazy-load commit data when expanding user-formatJeff King2021-01-281-11/+12
|/ /
* | shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason2021-01-121-1/+1
* | pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason2020-12-091-0/+9
* | pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason2020-12-091-0/+1
|/
* pretty: refactor `format_sanitized_subject()`Hariom Verma2020-08-281-9/+11
* format-patch: teach --no-encode-email-headersEmma Brooks2020-04-071-2/+4
* Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-171-2/+2
|\
| * strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-2/+2
* | Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano2020-01-301-1/+29
|\ \ | |/ |/|