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
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-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
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg
2019-01-29pretty: allow showing specific trailersAnders Waldenborg
2019-01-29pretty: allow %(trailers) options with explicit valueAnders Waldenborg
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King
2018-05-21t4205: sort log output in a hash-independent waybrian m. carlson
2017-10-02t4205: unfold across multiple linesTaylor Blau
2017-10-02pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau
2017-08-15pretty: support normalization options for %(trailers)Jeff King
2017-08-15t4205: refactor %(trailers) testsJeff King
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason
2016-12-12pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller