aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4201-shortlog.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-01shortlog: add test for de-duplicating folded trailersLinus Arver1-0/+32
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2022-10-24shortlog: support arbitrary commit format `--group`sTaylor Blau1-0/+32
2022-10-24shortlog: accept `--date`-related optionsJeff King1-0/+7
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-27shortlog: allow multiple groups to be specifiedJeff King1-0/+74
2020-09-27shortlog: parse trailer identsJeff King1-0/+20
2020-09-27shortlog: de-duplicate trailer valuesJeff King1-0/+28
2020-09-27shortlog: match commit trailers with --groupJeff King1-0/+14
2020-09-27shortlog: add grouping optionJeff King1-0/+5
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor1-1/+1
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson1-1/+1
2018-03-15shortlog: disallow left-over arguments outside repoMartin Ågren1-0/+5
2017-11-13t4201: make use of abbreviation in the test more robustCharles Bailey1-2/+3
2016-12-20t4201: make tests work with and without the MINGW prerequisteJunio C Hamano1-1/+7
2016-12-16shortlog: test and document --committer optionJeff King1-0/+13
2016-07-11mingw: fix the shortlog --output=<file> testJohannes Schindelin1-2/+2
2016-06-24shortlog: respect the --output=<file> settingJohannes Schindelin1-0/+6
2016-04-13Merge branch 'lt/pretty-expand-tabs'Junio C Hamano1-1/+1
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano1-1/+1
2016-01-19shortlog: don't warn on empty authorJeff King1-16/+0
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King1-0/+6
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano1-3/+3
2014-07-21MinGW: disable legacy encoding testsKarsten Blees1-3/+3
2014-06-09Merge branch 'jc/shortlog-ref-exclude'Junio C Hamano1-0/+6
2014-06-04shortlog: allow --exclude=<glob> to be passedJunio C Hamano1-0/+6
2013-09-18shortlog: ignore commits with missing authorsJeff King1-0/+16
2012-12-11shortlog: fix wrapping lines of wraplenSteffen Prohaska1-0/+24
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-05-04pretty: Respect --abbrev optionWill Palmer1-1/+1
2010-05-04shortlog: Document and test --format optionJonathan Nieder1-1/+52
2010-05-04t4201 (shortlog): Test output format with multiple authorsJonathan Nieder1-0/+7
2010-05-04t4201 (shortlog): guard setup with test_expect_successJonathan Nieder1-29/+39
2009-12-03t4201: use ISO8859-1 rather than ISO-8859-1Brandon Casey1-2/+2
2009-11-25shortlog: respect commit encodingUwe Kleine-König1-0/+28
2008-03-15Redo "add test_cmp function for test scripts"Junio C Hamano1-1/+1
2008-03-15Merge branch 'jk/portable'Junio C Hamano1-1/+1
2008-03-15shortlog: do not require to run from inside a git repositoryJonas Fonseca1-0/+5
2008-03-13add test_cmp function for test scriptsJeff King1-1/+1
2008-01-17Officially deprecate repo-config.Junio C Hamano1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-1/+1
2007-04-23t4201: Do not display weird characters on the terminalJohannes Schindelin1-4/+4
2007-04-16Fix permissions on test scriptsAlex Riesen1-0/+0
2007-04-16Fix t4201: accidental arithmetic expansionAlex Riesen1-1/+1
2007-04-10shortlog -w: make wrap-line behaviour optional.Junio C Hamano1-1/+1
2007-04-10Use print_wrapped_text() in shortlogJohannes Schindelin1-0/+50