summaryrefslogtreecommitdiff
path: root/t/t4201-shortlog.sh
AgeCommit message (Expand)AuthorFilesLines
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'Libravatar SZEDER Gábor1-1/+1
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson1-1/+1
2018-03-15shortlog: disallow left-over arguments outside repoLibravatar Martin Ågren1-0/+5
2017-11-13t4201: make use of abbreviation in the test more robustLibravatar Charles Bailey1-2/+3
2016-12-20t4201: make tests work with and without the MINGW prerequisteLibravatar Junio C Hamano1-1/+7
2016-12-16shortlog: test and document --committer optionLibravatar Jeff King1-0/+13
2016-07-11mingw: fix the shortlog --output=<file> testLibravatar Johannes Schindelin1-2/+2
2016-06-24shortlog: respect the --output=<file> settingLibravatar Johannes Schindelin1-0/+6
2016-04-13Merge branch 'lt/pretty-expand-tabs'Libravatar Junio C Hamano1-1/+1
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsLibravatar Junio C Hamano1-1/+1
2016-01-19shortlog: don't warn on empty authorLibravatar Jeff King1-16/+0
2016-01-19shortlog: match both "Author:" and "author" on stdinLibravatar Jeff King1-0/+6
2014-07-21test prerequisites: eradicate NOT_FOOLibravatar Junio C Hamano1-3/+3
2014-07-21MinGW: disable legacy encoding testsLibravatar Karsten Blees1-3/+3
2014-06-09Merge branch 'jc/shortlog-ref-exclude'Libravatar Junio C Hamano1-0/+6
2014-06-04shortlog: allow --exclude=<glob> to be passedLibravatar Junio C Hamano1-0/+6
2013-09-18shortlog: ignore commits with missing authorsLibravatar Jeff King1-0/+16
2012-12-11shortlog: fix wrapping lines of wraplenLibravatar Steffen Prohaska1-0/+24
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-1/+1
2010-05-04pretty: Respect --abbrev optionLibravatar Will Palmer1-1/+1
2010-05-04shortlog: Document and test --format optionLibravatar Jonathan Nieder1-1/+52
2010-05-04t4201 (shortlog): Test output format with multiple authorsLibravatar Jonathan Nieder1-0/+7
2010-05-04t4201 (shortlog): guard setup with test_expect_successLibravatar Jonathan Nieder1-29/+39
2009-12-03t4201: use ISO8859-1 rather than ISO-8859-1Libravatar Brandon Casey1-2/+2
2009-11-25shortlog: respect commit encodingLibravatar Uwe Kleine-König1-0/+28
2008-03-15Redo "add test_cmp function for test scripts"Libravatar Junio C Hamano1-1/+1
2008-03-15Merge branch 'jk/portable'Libravatar Junio C Hamano1-1/+1
2008-03-15shortlog: do not require to run from inside a git repositoryLibravatar Jonas Fonseca1-0/+5
2008-03-13add test_cmp function for test scriptsLibravatar Jeff King1-1/+1
2008-01-17Officially deprecate repo-config.Libravatar Junio C Hamano1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-1/+1
2007-04-23t4201: Do not display weird characters on the terminalLibravatar Johannes Schindelin1-4/+4
2007-04-16Fix permissions on test scriptsLibravatar Alex Riesen1-0/+0
2007-04-16Fix t4201: accidental arithmetic expansionLibravatar Alex Riesen1-1/+1
2007-04-10shortlog -w: make wrap-line behaviour optional.Libravatar Junio C Hamano1-1/+1
2007-04-10Use print_wrapped_text() in shortlogLibravatar Johannes Schindelin1-0/+50