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