summaryrefslogtreecommitdiff
path: root/t/t4201-shortlog.sh
AgeCommit message (Expand)AuthorFilesLines
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