Age | Commit message (Expand) | Author | Files | Lines |
2020-09-27 | shortlog: allow multiple groups to be specified | Jeff King | 1 | -0/+74 |
2020-09-27 | shortlog: parse trailer idents | Jeff King | 1 | -0/+20 |
2020-09-27 | shortlog: de-duplicate trailer values | Jeff King | 1 | -0/+28 |
2020-09-27 | shortlog: match commit trailers with --group | Jeff King | 1 | -0/+14 |
2020-09-27 | shortlog: add grouping option | Jeff King | 1 | -0/+5 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test ! -s' | SZEDER Gábor | 1 | -1/+1 |
2018-05-14 | t: switch $_x40 to $OID_REGEX | brian m. carlson | 1 | -1/+1 |
2018-03-15 | shortlog: disallow left-over arguments outside repo | Martin Ågren | 1 | -0/+5 |
2017-11-13 | t4201: make use of abbreviation in the test more robust | Charles Bailey | 1 | -2/+3 |
2016-12-20 | t4201: make tests work with and without the MINGW prerequiste | Junio C Hamano | 1 | -1/+7 |
2016-12-16 | shortlog: test and document --committer option | Jeff King | 1 | -0/+13 |
2016-07-11 | mingw: fix the shortlog --output=<file> test | Johannes Schindelin | 1 | -2/+2 |
2016-06-24 | shortlog: respect the --output=<file> setting | Johannes Schindelin | 1 | -0/+6 |
2016-04-13 | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 1 | -1/+1 |
2016-03-30 | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 1 | -1/+1 |
2016-01-19 | shortlog: don't warn on empty author | Jeff King | 1 | -16/+0 |
2016-01-19 | shortlog: match both "Author:" and "author" on stdin | Jeff King | 1 | -0/+6 |
2014-07-21 | test prerequisites: eradicate NOT_FOO | Junio C Hamano | 1 | -3/+3 |
2014-07-21 | MinGW: disable legacy encoding tests | Karsten Blees | 1 | -3/+3 |
2014-06-09 | Merge branch 'jc/shortlog-ref-exclude' | Junio C Hamano | 1 | -0/+6 |
2014-06-04 | shortlog: allow --exclude=<glob> to be passed | Junio C Hamano | 1 | -0/+6 |
2013-09-18 | shortlog: ignore commits with missing authors | Jeff King | 1 | -0/+16 |
2012-12-11 | shortlog: fix wrapping lines of wraplen | Steffen Prohaska | 1 | -0/+24 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-05-04 | pretty: Respect --abbrev option | Will Palmer | 1 | -1/+1 |
2010-05-04 | shortlog: Document and test --format option | Jonathan Nieder | 1 | -1/+52 |
2010-05-04 | t4201 (shortlog): Test output format with multiple authors | Jonathan Nieder | 1 | -0/+7 |
2010-05-04 | t4201 (shortlog): guard setup with test_expect_success | Jonathan Nieder | 1 | -29/+39 |
2009-12-03 | t4201: use ISO8859-1 rather than ISO-8859-1 | Brandon Casey | 1 | -2/+2 |
2009-11-25 | shortlog: respect commit encoding | Uwe Kleine-König | 1 | -0/+28 |
2008-03-15 | Redo "add test_cmp function for test scripts" | Junio C Hamano | 1 | -1/+1 |
2008-03-15 | Merge branch 'jk/portable' | Junio C Hamano | 1 | -1/+1 |
2008-03-15 | shortlog: do not require to run from inside a git repository | Jonas Fonseca | 1 | -0/+5 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -1/+1 |
2008-01-17 | Officially deprecate repo-config. | Junio C Hamano | 1 | -1/+1 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -1/+1 |
2007-04-23 | t4201: Do not display weird characters on the terminal | Johannes Schindelin | 1 | -4/+4 |
2007-04-16 | Fix permissions on test scripts | Alex Riesen | 1 | -0/+0 |
2007-04-16 | Fix t4201: accidental arithmetic expansion | Alex Riesen | 1 | -1/+1 |
2007-04-10 | shortlog -w: make wrap-line behaviour optional. | Junio C Hamano | 1 | -1/+1 |
2007-04-10 | Use print_wrapped_text() in shortlog | Johannes Schindelin | 1 | -0/+50 |