summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08parse-options.[ch]: consistently use "enum parse_opt_result"Libravatar Ævar Arnfjörð Bjarmason1-0/+3
2021-01-25Merge branch 'ab/mailmap'Libravatar Junio C Hamano1-14/+2
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureLibravatar Ævar Arnfjörð Bjarmason1-14/+2
2021-01-06builtin/*: update usage formatLibravatar ZheNing Hu1-5/+5
2020-11-11shortlog: use strset from strmap.hLibravatar Elijah Newren1-57/+4
2020-11-02hashmap: provide deallocation function namesLibravatar Elijah Newren1-1/+1
2020-09-27shortlog: allow multiple groups to be specifiedLibravatar Jeff King1-24/+40
2020-09-27shortlog: parse trailer identsLibravatar Jeff King1-0/+6
2020-09-27shortlog: rename parse_stdin_ident()Libravatar Jeff King1-3/+3
2020-09-27shortlog: de-duplicate trailer valuesLibravatar Jeff King1-0/+58
2020-09-27shortlog: match commit trailers with --groupLibravatar Jeff King1-1/+43
2020-09-27shortlog: add grouping optionLibravatar Jeff King1-11/+48
2020-09-25shortlog: change "author" variables to "ident"Libravatar Jeff King1-18/+18
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-2/+2
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintLibravatar Junio C Hamano1-0/+2
2018-12-12parse-options: fix SunCC compiler warningLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-17Merge branch 'rs/parse-opt-lithelp'Libravatar Junio C Hamano1-2/+3
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPLibravatar René Scharfe1-2/+1
2018-08-03shortlog: correct option help for -wLibravatar René Scharfe1-2/+4
2018-04-10Merge branch 'ps/contains-id-error-message'Libravatar Junio C Hamano1-0/+1
2018-03-22parse-options: do not show usage upon invalid option valueLibravatar Paul-Sebastian Ungureanu1-0/+1
2018-03-15shortlog: disallow left-over arguments outside repoLibravatar Martin Ågren1-0/+5
2018-03-13shortlog: add usage-string for stdin-readingLibravatar Martin Ågren1-1/+2
2017-09-09shortlog: skip format/parse roundtrip for internal traversalLibravatar Jeff King1-21/+35
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-03-24Merge branch 'rs/shortlog-cleanup'Libravatar Junio C Hamano1-1/+0
2017-03-18shortlog: don't set after_subject to an empty stringLibravatar René Scharfe1-1/+0
2017-03-10Merge branch 'rs/log-email-subject'Libravatar Junio C Hamano1-1/+1
2017-03-01pretty: use fmt_output_email_subject()Libravatar René Scharfe1-1/+1
2016-12-15shortlog: group by committer informationLibravatar Linus Torvalds1-3/+12
2016-09-29use QSORT, part 2Libravatar René Scharfe1-1/+1
2016-07-19Merge branch 'js/log-to-diffopt-file'Libravatar Junio C Hamano1-5/+10
2016-06-24shortlog: respect the --output=<file> settingLibravatar Johannes Schindelin1-1/+3
2016-06-24shortlog: support outputting to streams other than stdoutLibravatar Johannes Schindelin1-5/+8
2016-06-13Merge branch 'jk/parseopt-string-list' into jk/string-list-static-initLibravatar Junio C Hamano1-3/+3
2016-06-13blame,shortlog: don't make local option variables staticLibravatar Jeff King1-3/+3
2016-01-28Merge branch 'jk/shortlog'Libravatar Junio C Hamano1-87/+99
2016-01-19shortlog: don't warn on empty authorLibravatar Jeff King1-8/+0
2016-01-19shortlog: optimize out useless string listLibravatar Jeff King1-12/+31
2016-01-19shortlog: optimize out useless "<none>" normalizationLibravatar Jeff King1-29/+34
2016-01-19shortlog: optimize "--summary" modeLibravatar Jeff King1-4/+6
2016-01-19shortlog: replace hand-parsing of author with pretty-printerLibravatar Jeff King1-36/+26
2016-01-19shortlog: use strbufs to read from stdinLibravatar Jeff King1-9/+12
2016-01-19shortlog: match both "Author:" and "author" on stdinLibravatar Jeff King1-3/+4
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-1/+1
2015-06-29convert "enum date_mode" into a structLibravatar Jeff King1-1/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-3/+3
2013-09-24Merge branch 'jk/shortlog-tolerate-broken-commit'Libravatar Jonathan Nieder1-2/+4