Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 2023-03-17 | 1 | -1/+2 |
|\ | |||||
| * | userformat_want_item(): mark unused parameter | Jeff King | 2023-02-24 | 1 | -1/+2 |
* | | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 2023-02-23 | 1 | -0/+1 |
* | | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 2023-02-23 | 1 | -0/+1 |
|/ | |||||
* | Sync with Git 2.37.5 | Junio C Hamano | 2022-12-13 | 1 | -11/+52 |
|\ | |||||
| * | Merge branch 'maint-2.34' into maint-2.35 | Junio C Hamano | 2022-12-13 | 1 | -11/+52 |
| |\ | |||||
| | * | Merge branch 'maint-2.33' into maint-2.34 | Junio C Hamano | 2022-12-13 | 1 | -11/+52 |
| | |\ | |||||
| | | * | Sync with Git 2.32.5 | Junio C Hamano | 2022-12-13 | 1 | -11/+52 |
| | | |\ | |||||
| | | | * | Sync with Git 2.31.6 | Junio C Hamano | 2022-12-13 | 1 | -11/+52 |
| | | | |\ | |||||
| | | | | * | Sync with Git 2.30.7 | Junio C Hamano | 2022-12-13 | 1 | -11/+52 |
| | | | | |\ | |||||
| | | | | | * | pretty: restrict input lengths for padding and wrapping formats | Patrick Steinhardt | 2022-12-09 | 1 | -0/+26 |
| | | | | | * | utf8: fix truncated string lengths in `utf8_strnwidth()` | Patrick Steinhardt | 2022-12-09 | 1 | -2/+2 |
| | | | | | * | pretty: fix integer overflow in wrapping format | Patrick Steinhardt | 2022-12-09 | 1 | -1/+3 |
| | | | | | * | pretty: fix adding linefeed when placeholder is not expanded | Patrick Steinhardt | 2022-12-09 | 1 | -1/+13 |
| | | | | | * | pretty: fix out-of-bounds read when parsing invalid padding format | Patrick Steinhardt | 2022-12-09 | 1 | -1/+1 |
| | | | | | * | pretty: fix out-of-bounds read when left-flushing with stealing | Patrick Steinhardt | 2022-12-09 | 1 | -1/+1 |
| | | | | | * | pretty: fix out-of-bounds write caused by integer overflow | Patrick Steinhardt | 2022-12-09 | 1 | -5/+6 |
* | | | | | | | Merge branch 'ab/unused-annotation' | Junio C Hamano | 2022-09-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 2022-09-01 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jk/unused-annotation' | Junio C Hamano | 2022-09-14 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | config: mark unused callback parameters | Jeff King | 2022-08-19 | 1 | -1/+2 |
* | | | | | | | | format-patch: allow forcing the use of in-body From: header | Junio C Hamano | 2022-08-29 | 1 | -0/+2 |
* | | | | | | | | pretty: separate out the logic to decide the use of in-body from | Junio C Hamano | 2022-08-29 | 1 | -1/+9 |
|/ / / / / / / | |||||
* | | | | | | | gpg-interface: add function for converting trust level to string | Jaydeep Das | 2022-07-10 | 1 | -17/+1 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'es/pretty-describe-more' | Junio C Hamano | 2021-12-15 | 1 | -10/+48 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | pretty: add abbrev option to %(describe) | Eli Schwartz | 2021-11-01 | 1 | -0/+15 |
| * | | | | | pretty: add tag option to %(describe) | Eli Schwartz | 2021-11-01 | 1 | -0/+12 |
| * | | | | | pretty.c: rework describe options parsing for better extensibility | Eli Schwartz | 2021-11-01 | 1 | -10/+21 |
* | | | | | | Merge branch 'hm/paint-hits-in-log-grep' | Junio C Hamano | 2021-11-01 | 1 | -12/+89 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pretty: colorize pattern matches in commit messages | Hamza Mahfooz | 2021-10-08 | 1 | -12/+89 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/log-warn-on-bogus-encoding' | Junio C Hamano | 2021-10-29 | 1 | -5/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Revert "logmsg_reencode(): warn when iconv() fails" | Junio C Hamano | 2021-10-29 | 1 | -5/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'fs/ssh-signing' | Junio C Hamano | 2021-10-25 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | ssh signing: preliminary refactoring and clean-up | Fabian Stelzer | 2021-09-10 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | logmsg_reencode(): warn when iconv() fails | Jeff King | 2021-08-27 | 1 | -1/+5 |
* | | | | log: avoid loading decorations for userformats that don't need it | Jeff King | 2021-06-28 | 1 | -0/+4 |
|/ / / | |||||
* | | | pretty: provide human date format | ZheNing Hu | 2021-04-27 | 1 | -0/+3 |
* | | | Merge branch 'rs/pretty-describe' | Junio C Hamano | 2021-03-22 | 1 | -0/+64 |
|\ \ \ | |/ / |/| | | |||||
| * | | archive: expand only a single %(describe) per archive | René Scharfe | 2021-03-11 | 1 | -0/+8 |
| * | | pretty: add merge and exclude options to %(describe) | René Scharfe | 2021-02-17 | 1 | -2/+41 |
| * | | pretty: add %(describe) | René Scharfe | 2021-02-17 | 1 | -0/+17 |
* | | | use CALLOC_ARRAY | René Scharfe | 2021-03-13 | 1 | -1/+1 |
* | | | Merge branch 'hv/trailer-formatting' | Junio C Hamano | 2021-03-01 | 1 | -39/+59 |
|\ \ \ | |/ / |/| | | |||||
| * | | pretty.c: capture invalid trailer argument | Hariom Verma | 2021-02-15 | 1 | -4/+13 |
| * | | pretty.c: refactor trailer logic to `format_set_trailers_options()` | Hariom Verma | 2021-02-15 | 1 | -39/+50 |
* | | | pretty: lazy-load commit data when expanding user-format | Jeff King | 2021-01-28 | 1 | -11/+12 |
|/ / | |||||
* | | shortlog: remove unused(?) "repo-abbrev" feature | Ævar Arnfjörð Bjarmason | 2021-01-12 | 1 | -1/+1 |
* | | pretty format %(trailers): add a "key_value_separator" | Ævar Arnfjörð Bjarmason | 2020-12-09 | 1 | -0/+9 |
* | | pretty format %(trailers): add a "keyonly" | Ævar Arnfjörð Bjarmason | 2020-12-09 | 1 | -0/+1 |
|/ | |||||
* | pretty: refactor `format_sanitized_subject()` | Hariom Verma | 2020-08-28 | 1 | -9/+11 |