Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pretty: fix leaking key/value separator buffer | Patrick Steinhardt | 2024-08-22 | 1 | -0/+2 |
* | Merge branch 'bl/pretty-shorthand-config-fix' | Junio C Hamano | 2024-04-03 | 1 | -16/+22 |
|\ | |||||
| * | pretty: find pretty formats case-insensitively | Brian Lyles | 2024-03-25 | 1 | -0/+8 |
| * | pretty: update tests to use `test_config` | Brian Lyles | 2024-03-25 | 1 | -16/+14 |
* | | t/t4*: avoid redundant uses of cat | Beat Bolli | 2024-03-16 | 1 | -1/+1 |
* | | Merge branch 'ak/pretty-decorate-more-fix' | Junio C Hamano | 2023-10-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | pretty: fix ref filtering for %(decorate) formats | Andy Koppe | 2023-10-09 | 1 | -3/+3 |
* | | | Merge branch 'vd/loose-ref-iteration-optimization' | Junio C Hamano | 2023-10-21 | 1 | -0/+30 |
|\ \ \ | |/ / |/| | | |||||
| * | | ref-cache.c: fix prefix matching in ref iteration | Victoria Dye | 2023-10-10 | 1 | -0/+30 |
* | | | pretty: add pointer and tag options to %(decorate) | Andy Koppe | 2023-08-21 | 1 | -1/+6 |
* | | | pretty: add %(decorate[:<options>]) format | Andy Koppe | 2023-08-21 | 1 | -0/+27 |
|/ / | |||||
* | | Merge branch 'ks/t4205-test-describe-with-abbrev-fix' | Junio C Hamano | 2023-07-08 | 1 | -1/+16 |
|\ \ | |/ |/| | |||||
| * | t4205: correctly test %(describe:abbrev=...) | Kousik Sanagavarapu | 2023-06-29 | 1 | -1/+16 |
| * | Merge branch 'rs/t4205-do-not-exit-in-test-script' into maint-2.39 | Junio C Hamano | 2023-02-14 | 1 | -1/+1 |
| |\ | |||||
* | \ | Merge branch 'po/pretty-format-columns-doc' | Junio C Hamano | 2023-01-30 | 1 | -0/+27 |
|\ \ \ | |||||
| * | | | doc: pretty-formats note wide char limitations, and add tests | Philip Oakley | 2023-01-19 | 1 | -0/+27 |
| | |/ | |/| | |||||
* | | | Sync with 2.39.1 | Junio C Hamano | 2023-01-16 | 1 | -0/+76 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Merge branch 'maint-2.34' into maint-2.35 | Junio C Hamano | 2022-12-13 | 1 | -0/+76 |
| |\ | |||||
| | * | Sync with Git 2.32.5 | Junio C Hamano | 2022-12-13 | 1 | -0/+76 |
| | |\ | |||||
| | | * | Sync with Git 2.31.6 | Junio C Hamano | 2022-12-13 | 1 | -0/+76 |
| | | |\ | |||||
| | | | * | Sync with Git 2.30.7 | Junio C Hamano | 2022-12-13 | 1 | -0/+76 |
| | | | |\ | |||||
| | | | | * | pretty: restrict input lengths for padding and wrapping formats | Patrick Steinhardt | 2022-12-09 | 1 | -9/+15 |
| | | | | * | utf8: fix checking for glyph width in `strbuf_utf8_replace()` | Patrick Steinhardt | 2022-12-09 | 1 | -0/+7 |
| | | | | * | utf8: fix overflow when returning string width | Patrick Steinhardt | 2022-12-09 | 1 | -0/+8 |
| | | | | * | utf8: fix returning negative string width | Patrick Steinhardt | 2022-12-09 | 1 | -0/+6 |
| | | | | * | pretty: fix integer overflow in wrapping format | Patrick Steinhardt | 2022-12-09 | 1 | -0/+12 |
| | | | | * | pretty: fix adding linefeed when placeholder is not expanded | Patrick Steinhardt | 2022-12-09 | 1 | -0/+8 |
| | | | | * | pretty: fix out-of-bounds read when parsing invalid padding format | Patrick Steinhardt | 2022-12-09 | 1 | -0/+6 |
| | | | | * | pretty: fix out-of-bounds read when left-flushing with stealing | Patrick Steinhardt | 2022-12-09 | 1 | -0/+6 |
| | | | | * | pretty: fix out-of-bounds write caused by integer overflow | Patrick Steinhardt | 2022-12-09 | 1 | -0/+17 |
* | | | | | | t4205: don't exit test script on failure | René Scharfe | 2022-12-02 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'es/test-chain-lint' | Junio C Hamano | 2022-01-04 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | t4000-t4999: detect and signal failure within loop | Eric Sunshine | 2021-12-13 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | pretty: add abbrev option to %(describe) | Eli Schwartz | 2021-11-01 | 1 | -0/+8 |
* | | | | | pretty: add tag option to %(describe) | Eli Schwartz | 2021-11-01 | 1 | -0/+8 |
|/ / / / | |||||
* / / / | t: fix whitespace around && | Andrei Rybak | 2021-06-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | pretty: provide human date format | ZheNing Hu | 2021-04-27 | 1 | -0/+6 |
* | | | pretty tests: give --date/format tests a better description | Ævar Arnfjörð Bjarmason | 2021-04-27 | 1 | -3/+3 |
* | | | pretty tests: simplify %aI/%cI date format test | Ævar Arnfjörð Bjarmason | 2021-04-27 | 1 | -2/+1 |
* | | | Merge branch 'rs/pretty-describe' | Junio C Hamano | 2021-03-22 | 1 | -0/+35 |
|\ \ \ | |/ / |/| | | |||||
| * | | t4205: assert %(describe) test coverage | René Scharfe | 2021-03-01 | 1 | -1/+10 |
| * | | pretty: add merge and exclude options to %(describe) | René Scharfe | 2021-02-17 | 1 | -0/+16 |
| * | | pretty: add %(describe) | René Scharfe | 2021-02-17 | 1 | -0/+10 |
* | | | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 2021-02-11 | 1 | -1/+1 |
* | | | tests: remove most uses of C_LOCALE_OUTPUT | Ævar Arnfjörð Bjarmason | 2021-02-11 | 1 | -1/+1 |
|/ / | |||||
* | | pretty format %(trailers): add a "key_value_separator" | Ævar Arnfjörð Bjarmason | 2020-12-09 | 1 | -0/+33 |
* | | pretty format %(trailers): add a "keyonly" | Ævar Arnfjörð Bjarmason | 2020-12-09 | 1 | -1/+30 |
* | | pretty-format %(trailers): fix broken standalone "valueonly" | Ævar Arnfjörð Bjarmason | 2020-12-09 | 1 | -0/+28 |
* | | pretty format %(trailers) test: split a long line | Ævar Arnfjörð Bjarmason | 2020-12-07 | 1 | -1/+6 |
|/ | |||||
* | Merge branch 'dl/pretty-reference' | Junio C Hamano | 2019-12-10 | 1 | -0/+79 |
|\ |