summaryrefslogtreecommitdiff
path: root/builtin-shortlog.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-17check return code of prepare_revision_walkLibravatar Martin Koegler1-1/+2
2008-01-09shortlog: mention the "-e" option in the usageLibravatar Johannes Schindelin1-1/+1
2007-12-11shortlog: default to HEAD when the standard input is a ttyLibravatar Junio C Hamano1-2/+3
2007-12-11Invert numbers and names in the git-shortlog summary mode.Libravatar Pierre Habouzit1-1/+1
2007-12-08git-shortlog -e: show e-mail address as wellLibravatar Junio C Hamano1-0/+12
2007-12-08shortlog: code restructuring and clean-upLibravatar Junio C Hamano1-103/+62
2007-09-18Use xmemdupz() in many places.Libravatar Pierre Habouzit1-9/+2
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-04-30Remove pointless calls to access(2) when checking for .mailmapLibravatar Alex Riesen1-2/+1
2007-04-29Split out mailmap handling out of shortlogLibravatar Junio C Hamano1-80/+4
2007-04-10shortlog -w: make wrap-line behaviour optional.Libravatar Junio C Hamano1-4/+66
2007-04-10Use print_wrapped_text() in shortlogLibravatar Johannes Schindelin1-3/+8
2007-03-14shortlog: prompt when reading from terminal by mistakeLibravatar Junio C Hamano1-1/+4
2007-03-07General const correctness fixesLibravatar Shawn O. Pearce1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-3/+3
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+0
2006-12-11shortlog: fix segfault on empty authornameLibravatar Junio C Hamano1-1/+2
2006-12-11shortlog: remove "[PATCH]" prefix from shortlog outputLibravatar Junio C Hamano1-2/+8
2006-12-08shortlog: fix segfault on empty authornameLibravatar Jeff King1-2/+2
2006-11-28shortlog: remove range checkLibravatar René Scharfe1-3/+1
2006-11-25git-shortlog: make common repository prefix configurable with .mailmapLibravatar Junio C Hamano1-2/+22
2006-11-25git-shortlog: fix common repository prefix abbreviation.Libravatar Junio C Hamano1-4/+9
2006-11-21builtin git-shortlog is brokenLibravatar Nicolas Pitre1-3/+5
2006-11-21shortlog: fix "-n"Libravatar Johannes Schindelin1-6/+9
2006-11-19shortlog: handle email addresses case-insensitivelyLibravatar Johannes Schindelin1-1/+7
2006-11-19shortlog: read mailmap from ./.mailmap againLibravatar Johannes Schindelin1-42/+39
2006-11-19shortlog: do not crash on parsing "[PATCH"Libravatar Johannes Schindelin1-7/+9
2006-11-19Build in shortlogLibravatar Johannes Schindelin1-0/+302