summaryrefslogtreecommitdiff
path: root/t/t4201-shortlog.sh
AgeCommit message (Expand)Author
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: 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-24shortlog: respect the --output=<file> settingJohannes Schindelin
2016-04-13Merge 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-21test 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-04shortlog: allow --exclude=<glob> to be passedJunio C Hamano
2013-09-18shortlog: ignore commits with missing authorsJeff King
2012-12-11shortlog: fix wrapping lines of wraplenSteffen Prohaska
2010-11-09tests: add missing &&Jonathan Nieder
2010-05-04pretty: Respect --abbrev optionWill Palmer
2010-05-04shortlog: Document and test --format optionJonathan Nieder
2010-05-04t4201 (shortlog): Test output format with multiple authorsJonathan Nieder
2010-05-04t4201 (shortlog): guard setup with test_expect_successJonathan Nieder
2009-12-03t4201: use ISO8859-1 rather than ISO-8859-1Brandon Casey
2009-11-25shortlog: 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-16Fix permissions on test scriptsAlex Riesen
2007-04-16Fix 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