Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-21Merge branch 'ak/pretty-decorate-more-fix'Junio C Hamano
2023-10-21Merge branch 'vd/loose-ref-iteration-optimization'Junio C Hamano
2023-10-10ref-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-15Merge branch 'rs/t4205-do-not-exit-in-test-script' into maint-2.39Junio C Hamano
2023-01-31Merge branch 'po/pretty-format-columns-doc'Junio C Hamano
2023-01-20doc: 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-04Merge 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-23Merge 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-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-12-10pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason
2020-12-10pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason
2020-12-10pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason
2020-12-07pretty format %(trailers) test: split a long lineÆvar Arnfjörð Bjarmason
2019-12-11Merge branch 'dl/pretty-reference'Junio C Hamano
2019-11-20pretty: implement 'reference' formatDenton Liu
2019-11-20pretty: provide short date formatRené Scharfe
2019-11-20t4205: cover `git log --reflog -z` blindspotDenton Liu
2019-11-10Fix spelling errors in names of testsElijah Newren
2019-03-07Merge branch 'aw/pretty-trailers'Junio C Hamano