66 Commits (7acf0d06f54043b3b79d5d388ed1c8fb66e2db5a)

Author SHA1 Message Date
Jeff King 63d24fa0b0 shortlog: allow multiple groups to be specified 4 years ago
Jeff King 56d5dde752 shortlog: parse trailer idents 4 years ago
Jeff King 87abb96222 shortlog: rename parse_stdin_ident() 4 years ago
Jeff King f17b0b99bf shortlog: de-duplicate trailer values 4 years ago
Jeff King 47beb37bc6 shortlog: match commit trailers with --group 4 years ago
Jeff King 92338c450b shortlog: add grouping option 4 years ago
Jeff King 45d93eb824 shortlog: change "author" variables to "ident" 4 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Nguyễn Thái Ngọc Duy a92ec7efe0 parse-options: fix SunCC compiler warning 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
René Scharfe b8ade4c576 shortlog: correct option help for -w 7 years ago
Paul-Sebastian Ungureanu 3bb0923f06 parse-options: do not show usage upon invalid option value 7 years ago
Martin Ågren 4aa0161e83 shortlog: disallow left-over arguments outside repo 7 years ago
Martin Ågren cd56d4e5b2 shortlog: add usage-string for stdin-reading 7 years ago
Jeff King 1ab03a57e1 shortlog: skip format/parse roundtrip for internal traversal 8 years ago
Rene Scharfe 557d3185ee shortlog: release strbuf after use in insert_one_record() 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
René Scharfe d41626ff9e shortlog: don't set after_subject to an empty string 8 years ago
René Scharfe 6d167fd7cc pretty: use fmt_output_email_subject() 8 years ago
Linus Torvalds fbfda15fb8 shortlog: group by committer information 8 years ago
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