aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4205-log-pretty-formats.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-3/+3
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau1-43/+59
2024-10-21t4205: fix typo in 'NUL termination with --stat'Kousik Sanagavarapu1-1/+1
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt1-43/+59
2024-08-22pretty: fix leaking key/value separator bufferPatrick Steinhardt1-0/+2
2024-04-03Merge branch 'bl/pretty-shorthand-config-fix'Junio C Hamano1-16/+22
2024-03-25pretty: find pretty formats case-insensitivelyBrian Lyles1-0/+8
2024-03-25pretty: update tests to use `test_config`Brian Lyles1-16/+14
2024-03-16t/t4*: avoid redundant uses of catBeat Bolli1-1/+1
2023-10-20Merge branch 'ak/pretty-decorate-more-fix'Junio C Hamano1-3/+3
2023-10-20Merge branch 'vd/loose-ref-iteration-optimization'Junio C Hamano1-0/+30
2023-10-09ref-cache.c: fix prefix matching in ref iterationVictoria Dye1-0/+30
2023-10-09pretty: fix ref filtering for %(decorate) formatsAndy Koppe1-3/+3
2023-08-21pretty: add pointer and tag options to %(decorate)Andy Koppe1-1/+6
2023-08-21pretty: add %(decorate[:<options>]) formatAndy Koppe1-0/+27
2023-07-08Merge branch 'ks/t4205-test-describe-with-abbrev-fix'Junio C Hamano1-1/+16
2023-06-29t4205: correctly test %(describe:abbrev=...)Kousik Sanagavarapu1-1/+16
2023-02-14Merge branch 'rs/t4205-do-not-exit-in-test-script' into maint-2.39Junio C Hamano1-1/+1
2023-01-30Merge branch 'po/pretty-format-columns-doc'Junio C Hamano1-0/+27
2023-01-19doc: pretty-formats note wide char limitations, and add testsPhilip Oakley1-0/+27
2023-01-16Sync with 2.39.1Junio C Hamano1-0/+76
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano1-0/+76
2022-12-13Sync with Git 2.32.5Junio C Hamano1-0/+76
2022-12-13Sync with Git 2.31.6Junio C Hamano1-0/+76
2022-12-13Sync with Git 2.30.7Junio C Hamano1-0/+76
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt1-9/+15
2022-12-09utf8: fix checking for glyph width in `strbuf_utf8_replace()`Patrick Steinhardt1-0/+7
2022-12-09utf8: fix overflow when returning string widthPatrick Steinhardt1-0/+8
2022-12-09utf8: fix returning negative string widthPatrick Steinhardt1-0/+6
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt1-0/+12
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt1-0/+8
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt1-0/+6
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt1-0/+6
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt1-0/+17
2022-12-02t4205: don't exit test script on failureRené Scharfe1-1/+1
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-1/+1
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-1/+1
2021-11-01pretty: add abbrev option to %(describe)Eli Schwartz1-0/+8
2021-11-01pretty: add tag option to %(describe)Eli Schwartz1-0/+8
2021-06-08t: fix whitespace around &&Andrei Rybak1-1/+1
2021-04-27pretty: provide human date formatZheNing Hu1-0/+6
2021-04-27pretty tests: give --date/format tests a better descriptionÆvar Arnfjörð Bjarmason1-3/+3
2021-04-27pretty tests: simplify %aI/%cI date format testÆvar Arnfjörð Bjarmason1-2/+1
2021-03-22Merge branch 'rs/pretty-describe'Junio C Hamano1-0/+35
2021-03-01t4205: assert %(describe) test coverageRené Scharfe1-1/+10
2021-02-17pretty: add merge and exclude options to %(describe)René Scharfe1-0/+16
2021-02-17pretty: add %(describe)René Scharfe1-0/+10
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-1/+1