summaryrefslogtreecommitdiff
path: root/builtin-shortlog.c
AgeCommit message (Expand)Author
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-02-08Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen
2009-01-18Merge branch 'rs/maint-shortlog-foldline'Junio C Hamano
2009-01-07shortlog: handle multi-line subjects like log --pretty=oneline et. al. doRené Scharfe
2009-01-01builtin-shortlog.c: use string_list_append(), and don't strdup unnecessarilyAdeodato Simó
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-15shortlog: support --pretty=format: optionJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-09revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit
2008-07-09git-shortlog: migrate to parse-options partially.Pierre Habouzit
2008-04-12Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-12Document -w option to shortlogJunio C Hamano
2008-03-15shortlog: do not require to run from inside a git repositoryJonas Fonseca
2008-03-08Merge branch 'aw/maint-shortlog-blank-lines'Junio C Hamano
2008-03-05shortlog: take the first populated line of the descriptionAndy Whitcroft
2008-02-26Add API access to shortlogDaniel Barkalow
2008-01-09shortlog: mention the "-e" option in the usageJohannes Schindelin
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