summaryrefslogtreecommitdiff
path: root/t/t4201-shortlog.sh
Commit message (Expand)AuthorAgeFilesLines
* shortlog: support arbitrary commit format `--group`sTaylor Blau2022-10-241-0/+32
* shortlog: accept `--date`-related optionsJeff King2022-10-241-0/+7
* t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-2/+2
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* shortlog: allow multiple groups to be specifiedJeff King2020-09-271-0/+74
* shortlog: parse trailer identsJeff King2020-09-271-0/+20
* shortlog: de-duplicate trailer valuesJeff King2020-09-271-0/+28
* shortlog: match commit trailers with --groupJeff King2020-09-271-0/+14
* shortlog: add grouping optionJeff King2020-09-271-0/+5
* tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor2018-08-211-1/+1
* t: switch $_x40 to $OID_REGEXbrian m. carlson2018-05-141-1/+1
* shortlog: disallow left-over arguments outside repoma/shortlog-revparseMartin Ågren2018-03-151-0/+5
* t4201: make use of abbreviation in the test more robustcb/t4201-robustifyCharles Bailey2017-11-131-2/+3
* t4201: make tests work with and without the MINGW prerequistelt/shortlog-by-committerJunio C Hamano2016-12-201-1/+7
* shortlog: test and document --committer optionJeff King2016-12-161-0/+13
* mingw: fix the shortlog --output=<file> testjs/log-to-diffopt-fileJohannes Schindelin2016-07-111-2/+2
* shortlog: respect the --output=<file> settingJohannes Schindelin2016-06-241-0/+6
* Merge branch 'lt/pretty-expand-tabs'Junio C Hamano2016-04-131-1/+1
|\
| * pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-301-1/+1
* | shortlog: don't warn on empty authorjk/shortlogJeff King2016-01-191-16/+0
* | shortlog: match both "Author:" and "author" on stdinJeff King2016-01-191-0/+6
|/
* test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-211-3/+3
* MinGW: disable legacy encoding testsKarsten Blees2014-07-211-3/+3
* Merge branch 'jc/shortlog-ref-exclude'Junio C Hamano2014-06-091-0/+6
|\
| * shortlog: allow --exclude=<glob> to be passedjc/shortlog-ref-excludeJunio C Hamano2014-06-041-0/+6
* | shortlog: ignore commits with missing authorsjk/shortlog-tolerate-broken-commitJeff King2013-09-181-0/+16
|/
* shortlog: fix wrapping lines of wraplenSteffen Prohaska2012-12-111-0/+24
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* pretty: Respect --abbrev optionWill Palmer2010-05-041-1/+1
* shortlog: Document and test --format optionJonathan Nieder2010-05-041-1/+52
* t4201 (shortlog): Test output format with multiple authorsJonathan Nieder2010-05-041-0/+7
* t4201 (shortlog): guard setup with test_expect_successJonathan Nieder2010-05-041-29/+39
* t4201: use ISO8859-1 rather than ISO-8859-1Brandon Casey2009-12-031-2/+2
* shortlog: respect commit encodingUwe Kleine-König2009-11-251-0/+28
* Redo "add test_cmp function for test scripts"Junio C Hamano2008-03-151-1/+1
* Merge branch 'jk/portable'Junio C Hamano2008-03-151-1/+1
|\
| * add test_cmp function for test scriptsJeff King2008-03-131-1/+1
* | shortlog: do not require to run from inside a git repositoryJonas Fonseca2008-03-151-0/+5
|/
* Officially deprecate repo-config.Junio C Hamano2008-01-171-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-1/+1
* t4201: Do not display weird characters on the terminalJohannes Schindelin2007-04-231-4/+4
* Fix permissions on test scriptsAlex Riesen2007-04-161-0/+0
* Fix t4201: accidental arithmetic expansionAlex Riesen2007-04-161-1/+1
* shortlog -w: make wrap-line behaviour optional.Junio C Hamano2007-04-101-1/+1
* Use print_wrapped_text() in shortlogJohannes Schindelin2007-04-101-0/+50