summaryrefslogtreecommitdiff
path: root/t/t4205-log-pretty-formats.sh
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.32.5Junio C Hamano2022-12-131-0/+76
|\
| * Sync with Git 2.31.6Junio C Hamano2022-12-131-0/+76
| |\
| | * Sync with Git 2.30.7Junio C Hamano2022-12-131-0/+76
| | |\
| | | * pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt2022-12-091-9/+15
| | | * utf8: fix checking for glyph width in `strbuf_utf8_replace()`Patrick Steinhardt2022-12-091-0/+7
| | | * utf8: fix overflow when returning string widthPatrick Steinhardt2022-12-091-0/+8
| | | * utf8: fix returning negative string widthPatrick Steinhardt2022-12-091-0/+6
| | | * pretty: fix integer overflow in wrapping formatPatrick Steinhardt2022-12-091-0/+12
| | | * pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt2022-12-091-0/+8
| | | * pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt2022-12-091-0/+6
| | | * pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt2022-12-091-0/+6
| | | * pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt2022-12-091-0/+17
* | | | t: fix whitespace around &&Andrei Rybak2021-06-081-1/+1
|/ / /
* | | pretty: provide human date formatZheNing Hu2021-04-271-0/+6
* | | pretty tests: give --date/format tests a better descriptionÆvar Arnfjörð Bjarmason2021-04-271-3/+3
* | | pretty tests: simplify %aI/%cI date format testÆvar Arnfjörð Bjarmason2021-04-271-2/+1
* | | Merge branch 'rs/pretty-describe'Junio C Hamano2021-03-221-0/+35
|\ \ \ | |/ / |/| |
| * | t4205: assert %(describe) test coverageRené Scharfe2021-03-011-1/+10
| * | pretty: add merge and exclude options to %(describe)René Scharfe2021-02-171-0/+16
| * | pretty: add %(describe)René Scharfe2021-02-171-0/+10
* | | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* | | tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-1/+1
|/ /
* | pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason2020-12-091-0/+33
* | pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason2020-12-091-1/+30
* | pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason2020-12-091-0/+28
* | pretty format %(trailers) test: split a long lineÆvar Arnfjörð Bjarmason2020-12-071-1/+6
|/
* Merge branch 'dl/pretty-reference'Junio C Hamano2019-12-101-0/+79
|\
| * pretty: implement 'reference' formatDenton Liu2019-11-201-0/+43
| * pretty: provide short date formatRené Scharfe2019-11-201-0/+6
| * t4205: cover `git log --reflog -z` blindspotDenton Liu2019-11-201-0/+30
* | Fix spelling errors in names of testsElijah Newren2019-11-101-1/+1
|/
* Merge branch 'aw/pretty-trailers'Junio C Hamano2019-03-071-0/+117
|\
| * pretty: add support for separator option in %(trailers)Anders Waldenborg2019-01-291-0/+36
| * pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg2019-01-291-0/+6
| * pretty: allow showing specific trailersAnders Waldenborg2019-01-291-0/+57
| * pretty: allow %(trailers) options with explicit valueAnders Waldenborg2019-01-291-0/+18
* | log: add %S option (like --source) to log --formatIssac Trotts2019-01-111-0/+50
|/
* pretty, ref-filter: format %(trailers) with no_divider optionJeff King2018-08-231-0/+23
* t4205: sort log output in a hash-independent waybrian m. carlson2018-05-211-4/+4
* t4205: unfold across multiple linesTaylor Blau2017-10-021-1/+1
* pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau2017-10-021-2/+2
* pretty: support normalization options for %(trailers)Jeff King2017-08-151-0/+33
* t4205: refactor %(trailers) testsJeff King2017-08-151-8/+12
* tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason2017-05-111-2/+2
* pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller2016-12-111-0/+26
* t4205: indent here documentsjk/t4205-cleanupJeff King2016-07-271-196/+196
* t4205: drop top-level &&-chainingJeff King2016-07-271-2/+4
* pretty.c: support <direction>|(<negative number>) formsnd/graph-width-paddedNguyễn Thái Ngọc Duy2016-06-161-0/+33
* pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-161-0/+24
* Merge branch 'hj/pretty-naked-decoration'Junio C Hamano2014-09-291-0/+11
|\