summaryrefslogtreecommitdiff
path: root/builtin-shortlog.c
AgeCommit message (Expand)Author
2007-12-12shortlog: default to HEAD when the standard input is a ttyJunio C Hamano
2007-12-11Invert numbers and names in the git-shortlog summary mode.Pierre Habouzit
2007-12-08git-shortlog -e: show e-mail address as wellJunio C Hamano
2007-12-08shortlog: code restructuring and clean-upJunio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-06-07War on whitespaceJunio C Hamano
2007-04-30Remove pointless calls to access(2) when checking for .mailmapAlex Riesen
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano
2007-04-10shortlog -w: make wrap-line behaviour optional.Junio C Hamano
2007-04-10Use print_wrapped_text() in shortlogJohannes Schindelin
2007-03-14shortlog: prompt when reading from terminal by mistakeJunio C Hamano
2007-03-07General const correctness fixesShawn O. Pearce
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-11shortlog: fix segfault on empty authornameJunio C Hamano
2006-12-11shortlog: remove "[PATCH]" prefix from shortlog outputJunio C Hamano
2006-12-09shortlog: fix segfault on empty authornameJeff King
2006-11-28shortlog: remove range checkRené Scharfe
2006-11-25git-shortlog: make common repository prefix configurable with .mailmapJunio C Hamano
2006-11-25git-shortlog: fix common repository prefix abbreviation.Junio C Hamano
2006-11-21builtin git-shortlog is brokenNicolas Pitre
2006-11-21shortlog: fix "-n"Johannes Schindelin
2006-11-20shortlog: handle email addresses case-insensitivelyJohannes Schindelin
2006-11-20shortlog: read mailmap from ./.mailmap againJohannes Schindelin
2006-11-20shortlog: do not crash on parsing "[PATCH"Johannes Schindelin
2006-11-20Build in shortlogJohannes Schindelin