| Commit message (Expand) | Author | Age | Files | Lines |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | Remove unused assignments | Benjamin Kramer | 2009-03-14 | 1 | -1/+0 |
* | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 2009-02-08 | 1 | -5/+17 |
* | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 | 1 | -1/+2 |
* | Merge branch 'rs/maint-shortlog-foldline' | Junio C Hamano | 2009-01-17 | 1 | -3/+6 |
|\ |
|
| * | shortlog: handle multi-line subjects like log --pretty=oneline et. al. do | René Scharfe | 2009-01-06 | 1 | -3/+6 |
* | | builtin-shortlog.c: use string_list_append(), and don't strdup unnecessarily | Adeodato Simó | 2009-01-01 | 1 | -16/+3 |
|/ |
|
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -21/+21 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | shortlog: support --pretty=format: option | Johannes Schindelin | 2008-07-15 | 1 | -0/+11 |
* | | revisions: refactor handle_revision_opt into parse_revision_opt. | Pierre Habouzit | 2008-07-09 | 1 | -9/+1 |
* | | git-shortlog: migrate to parse-options partially. | Pierre Habouzit | 2008-07-09 | 1 | -58/+77 |
|/ |
|
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-12 | 1 | -1/+1 |
|\ |
|
| * | Document -w option to shortlog | Junio C Hamano | 2008-04-12 | 1 | -1/+1 |
* | | shortlog: do not require to run from inside a git repository | Jonas Fonseca | 2008-03-15 | 1 | -1/+3 |
* | | Merge branch 'aw/maint-shortlog-blank-lines' | Junio C Hamano | 2008-03-08 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | shortlog: take the first populated line of the description | Andy Whitcroft | 2008-03-05 | 1 | -2/+3 |
* | | Add API access to shortlog | Daniel Barkalow | 2008-02-25 | 1 | -68/+80 |
|/ |
|
* | shortlog: mention the "-e" option in the usage | Johannes Schindelin | 2008-01-09 | 1 | -1/+1 |
* | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 | 1 | -2/+3 |
* | Invert numbers and names in the git-shortlog summary mode. | Pierre Habouzit | 2007-12-11 | 1 | -1/+1 |
* | git-shortlog -e: show e-mail address as well | Junio C Hamano | 2007-12-08 | 1 | -0/+12 |
* | shortlog: code restructuring and clean-up | Junio C Hamano | 2007-12-08 | 1 | -103/+62 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -9/+2 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Remove pointless calls to access(2) when checking for .mailmap | Alex Riesen | 2007-04-30 | 1 | -2/+1 |
* | Split out mailmap handling out of shortlog | Junio C Hamano | 2007-04-29 | 1 | -80/+4 |
* | shortlog -w: make wrap-line behaviour optional. | Junio C Hamano | 2007-04-10 | 1 | -4/+66 |
* | Use print_wrapped_text() in shortlog | Johannes Schindelin | 2007-04-10 | 1 | -3/+8 |
* | shortlog: prompt when reading from terminal by mistake | Junio C Hamano | 2007-03-14 | 1 | -1/+4 |
* | General const correctness fixes | Shawn O. Pearce | 2007-03-07 | 1 | -2/+2 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+0 |
* | shortlog: fix segfault on empty authorname | Junio C Hamano | 2006-12-11 | 1 | -1/+2 |
* | shortlog: remove "[PATCH]" prefix from shortlog output | Junio C Hamano | 2006-12-11 | 1 | -2/+8 |
* | shortlog: fix segfault on empty authorname | Jeff King | 2006-12-08 | 1 | -2/+2 |
* | shortlog: remove range check | René Scharfe | 2006-11-28 | 1 | -3/+1 |
* | git-shortlog: make common repository prefix configurable with .mailmap | Junio C Hamano | 2006-11-25 | 1 | -2/+22 |
* | git-shortlog: fix common repository prefix abbreviation. | Junio C Hamano | 2006-11-25 | 1 | -4/+9 |
* | builtin git-shortlog is broken | Nicolas Pitre | 2006-11-21 | 1 | -3/+5 |
* | shortlog: fix "-n" | Johannes Schindelin | 2006-11-21 | 1 | -6/+9 |
* | shortlog: handle email addresses case-insensitively | Johannes Schindelin | 2006-11-19 | 1 | -1/+7 |
* | shortlog: read mailmap from ./.mailmap again | Johannes Schindelin | 2006-11-19 | 1 | -42/+39 |
* | shortlog: do not crash on parsing "[PATCH" | Johannes Schindelin | 2006-11-19 | 1 | -7/+9 |
* | Build in shortlog | Johannes Schindelin | 2006-11-19 | 1 | -0/+302 |