41 Commits (21a9002fd13cecb0ad00e922e06e515ea35f2627)

Author SHA1 Message Date
René Scharfe 1b5294de40 use QSORT, part 2 8 years ago
Johannes Schindelin 7f7d712bcf shortlog: respect the --output=<file> setting 9 years ago
Johannes Schindelin 0a7b357737 shortlog: support outputting to streams other than stdout 9 years ago
Jeff King 64093fc06a blame,shortlog: don't make local option variables static 9 years ago
Jeff King d6b16ce914 shortlog: don't warn on empty author 9 years ago
Jeff King 9b21a34a96 shortlog: optimize out useless string list 9 years ago
Jeff King ed7eba9022 shortlog: optimize out useless "<none>" normalization 9 years ago
Jeff King 4e1d1a2eea shortlog: optimize "--summary" mode 9 years ago
Jeff King 2db6b83d18 shortlog: replace hand-parsing of author with pretty-printer 9 years ago
Jeff King 50250491bd shortlog: use strbufs to read from stdin 9 years ago
Jeff King 5c3894c39d shortlog: match both "Author:" and "author" on stdin 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King cd4f09e383 shortlog: ignore commits with missing authors 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Alexey Shumkin ecaee8050c pretty: --format output should honor logOutputEncoding 12 years ago
Ramkumar Ramachandra 0942d519ad builtin/shortlog.c: make usage string consistent with log 12 years ago
Antoine Pelisse ea02ffa385 mailmap: simplify map_user() interface 12 years ago
Antoine Pelisse 3c020bd528 Use split_ident_line to parse author and committer 12 years ago
Steffen Prohaska 5b59708268 shortlog: fix wrapping lines of wraplen 12 years ago
Nguyễn Thái Ngọc Duy c48bd2c17c i18n: shortlog: mark parseopt strings for translation 13 years ago
Jeff King 6bf139440c clean up calling conventions for pretty.c functions 14 years ago
Jeff King 8b8a53744f pretty: add pp_commit_easy function for simple callers 14 years ago
Ramsay Jones c8f1444d9e sparse: Fix an "symbol 'format_subject' not declared" warning 14 years ago
Ævar Arnfjörð Bjarmason ab8b53bbf1 i18n: git-shortlog basic messages 14 years ago
Stephen Boyd 9ca1169fd9 parse-options: Don't call parse_options_check() so much 14 years ago
Nguyễn Thái Ngọc Duy 773b69bf71 shortlog: run setup_git_directory_gently() sooner 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
René Scharfe bb96a2c900 utf8.c: remove print_wrapped_text() 15 years ago
Uwe Kleine-König 79f7ca063d shortlog: respect commit encoding 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Marius Storm-Olsen d20d654fe8 Change current mailmap usage to do matching on both name and email of author/committer. 16 years ago
Marius Storm-Olsen d551a48816 Add mailmap.file as configurational option for mailmap location 16 years ago
René Scharfe cec08717cc shortlog: handle multi-line subjects like log --pretty=oneline et. al. do 16 years ago
Adeodato Simó fe73fc1abe builtin-shortlog.c: use string_list_append(), and don't strdup unnecessarily 16 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Johannes Schindelin b526f8ed4d shortlog: support --pretty=format: option 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Pierre Habouzit 6b61ec0564 revisions: refactor handle_revision_opt into parse_revision_opt. 17 years ago
Pierre Habouzit 14ec9cbdae git-shortlog: migrate to parse-options partially. 17 years ago
Junio C Hamano 55ef8a4610 Document -w option to shortlog 17 years ago
Jonas Fonseca abe549e179 shortlog: do not require to run from inside a git repository 17 years ago
Andy Whitcroft c1ce83a5b6 shortlog: take the first populated line of the description 17 years ago