summaryrefslogtreecommitdiff
path: root/builtin-shortlog.c
Commit message (Expand)AuthorAgeFilesLines
* Rename path_list to string_listJohannes Schindelin2008-07-211-21/+21
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | shortlog: support --pretty=format: optionJohannes Schindelin2008-07-151-0/+11
* | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-091-9/+1
* | git-shortlog: migrate to parse-options partially.Pierre Habouzit2008-07-091-58/+77
|/
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-121-1/+1
|\
| * Document -w option to shortlogJunio C Hamano2008-04-121-1/+1
* | shortlog: do not require to run from inside a git repositoryJonas Fonseca2008-03-151-1/+3
* | Merge branch 'aw/maint-shortlog-blank-lines'Junio C Hamano2008-03-081-2/+3
|\ \ | |/
| * shortlog: take the first populated line of the descriptionAndy Whitcroft2008-03-051-2/+3
* | Add API access to shortlogDaniel Barkalow2008-02-251-68/+80
|/
* shortlog: mention the "-e" option in the usageJohannes Schindelin2008-01-091-1/+1
* shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-111-2/+3
* Invert numbers and names in the git-shortlog summary mode.Pierre Habouzit2007-12-111-1/+1
* git-shortlog -e: show e-mail address as wellJunio C Hamano2007-12-081-0/+12
* shortlog: code restructuring and clean-upJunio C Hamano2007-12-081-103/+62
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-9/+2
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Remove pointless calls to access(2) when checking for .mailmapAlex Riesen2007-04-301-2/+1
* Split out mailmap handling out of shortlogJunio C Hamano2007-04-291-80/+4
* shortlog -w: make wrap-line behaviour optional.Junio C Hamano2007-04-101-4/+66
* Use print_wrapped_text() in shortlogJohannes Schindelin2007-04-101-3/+8
* shortlog: prompt when reading from terminal by mistakeJunio C Hamano2007-03-141-1/+4
* General const correctness fixesShawn O. Pearce2007-03-071-2/+2
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* shortlog: fix segfault on empty authornameJunio C Hamano2006-12-111-1/+2
* shortlog: remove "[PATCH]" prefix from shortlog outputJunio C Hamano2006-12-111-2/+8
* shortlog: fix segfault on empty authornameJeff King2006-12-081-2/+2
* shortlog: remove range checkRené Scharfe2006-11-281-3/+1
* git-shortlog: make common repository prefix configurable with .mailmapJunio C Hamano2006-11-251-2/+22
* git-shortlog: fix common repository prefix abbreviation.Junio C Hamano2006-11-251-4/+9
* builtin git-shortlog is brokenNicolas Pitre2006-11-211-3/+5
* shortlog: fix "-n"Johannes Schindelin2006-11-211-6/+9
* shortlog: handle email addresses case-insensitivelyJohannes Schindelin2006-11-191-1/+7
* shortlog: read mailmap from ./.mailmap againJohannes Schindelin2006-11-191-42/+39
* shortlog: do not crash on parsing "[PATCH"Johannes Schindelin2006-11-191-7/+9
* Build in shortlogJohannes Schindelin2006-11-191-0/+302