58 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
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 7 years ago
Rene Scharfe 557d3185ee shortlog: release strbuf after use in insert_one_record() 7 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 11 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 15 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