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-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2022-10-25shortlog: support arbitrary commit format `--group`sTaylor Blau
2022-10-25shortlog: accept `--date`-related optionsJeff King
2020-11-20t4*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-27shortlog: allow multiple groups to be specifiedJeff King
2020-09-27shortlog: parse trailer identsJeff King
2020-09-27shortlog: de-duplicate trailer valuesJeff King
2020-09-27shortlog: match commit trailers with --groupJeff King
2020-09-27shortlog: add grouping optionJeff King
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson
2018-03-15shortlog: disallow left-over arguments outside repoMartin Ågren
2017-11-13t4201: make use of abbreviation in the test more robustCharles Bailey
2016-12-20t4201: make tests work with and without the MINGW prerequisteJunio C Hamano
2016-12-16shortlog: test and document --committer optionJeff King
2016-07-11mingw: fix the shortlog --output=<file> testJohannes Schindelin
2016-06-25shortlog: respect the --output=<file> settingJohannes Schindelin
2016-04-14Merge branch 'lt/pretty-expand-tabs'Junio C Hamano
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano
2016-01-19shortlog: don't warn on empty authorJeff King
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King
2014-07-22test prerequisites: eradicate NOT_FOOJunio C Hamano
2014-07-21MinGW: disable legacy encoding testsKarsten Blees
2014-06-09Merge branch 'jc/shortlog-ref-exclude'Junio C Hamano
2014-06-05shortlog: allow --exclude=<glob> to be passedJunio C Hamano
2013-09-19shortlog: ignore commits with missing authorsJeff King
2012-12-11shortlog: fix wrapping lines of wraplenSteffen Prohaska
2010-11-09tests: add missing &&Jonathan Nieder
2010-05-05pretty: Respect --abbrev optionWill Palmer
2010-05-05shortlog: Document and test --format optionJonathan Nieder
2010-05-05t4201 (shortlog): Test output format with multiple authorsJonathan Nieder
2010-05-05t4201 (shortlog): guard setup with test_expect_successJonathan Nieder
2009-12-03t4201: use ISO8859-1 rather than ISO-8859-1Brandon Casey
2009-11-26shortlog: respect commit encodingUwe Kleine-König
2008-03-15Redo "add test_cmp function for test scripts"Junio C Hamano
2008-03-15Merge branch 'jk/portable'Junio C Hamano
2008-03-15shortlog: do not require to run from inside a git repositoryJonas Fonseca
2008-03-13add test_cmp function for test scriptsJeff King
2008-01-18Officially deprecate repo-config.Junio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-04-24t4201: Do not display weird characters on the terminalJohannes Schindelin
2007-04-17Fix permissions on test scriptsAlex Riesen
2007-04-17Fix t4201: accidental arithmetic expansionAlex Riesen
2007-04-10shortlog -w: make wrap-line behaviour optional.Junio C Hamano
2007-04-10Use print_wrapped_text() in shortlogJohannes Schindelin