summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)Author
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason
2021-01-06builtin/*: update usage formatZheNing Hu
2020-11-11shortlog: use strset from strmap.hElijah Newren
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-09-27shortlog: allow multiple groups to be specifiedJeff King
2020-09-27shortlog: parse trailer identsJeff King
2020-09-27shortlog: rename parse_stdin_ident()Jeff King
2020-09-27shortlog: de-duplicate trailer valuesJeff King
2020-09-27shortlog: match commit trailers with --groupJeff King
2020-09-27shortlog: add grouping optionJeff King
2020-09-25shortlog: change "author" variables to "ident"Jeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano
2018-12-12parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03shortlog: correct option help for -wRené Scharfe
2018-04-10Merge branch 'ps/contains-id-error-message'Junio C Hamano
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2018-03-15shortlog: disallow left-over arguments outside repoMartin Ågren
2018-03-13shortlog: add usage-string for stdin-readingMartin Ågren
2017-09-08shortlog: skip format/parse roundtrip for internal traversalJeff King
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-24Merge branch 'rs/shortlog-cleanup'Junio C Hamano
2017-03-18shortlog: don't set after_subject to an empty stringRené Scharfe
2017-03-10Merge branch 'rs/log-email-subject'Junio C Hamano
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2016-12-16shortlog: group by committer informationLinus Torvalds
2016-09-30use QSORT, part 2René Scharfe
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano
2016-06-24shortlog: respect the --output=<file> settingJohannes Schindelin
2016-06-24shortlog: support outputting to streams other than stdoutJohannes Schindelin
2016-06-13Merge branch 'jk/parseopt-string-list' into jk/string-list-static-initJunio C Hamano
2016-06-13blame,shortlog: don't make local option variables staticJeff King
2016-01-29Merge branch 'jk/shortlog'Junio C Hamano
2016-01-19shortlog: don't warn on empty authorJeff King
2016-01-19shortlog: optimize out useless string listJeff King
2016-01-19shortlog: optimize out useless "<none>" normalizationJeff King
2016-01-19shortlog: optimize "--summary" modeJeff King
2016-01-19shortlog: replace hand-parsing of author with pretty-printerJeff King
2016-01-19shortlog: use strbufs to read from stdinJeff King
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King
2015-11-20Convert struct object to object_idbrian m. carlson
2015-06-29convert "enum date_mode" into a structJeff King
2015-01-14standardize usage info string formatAlex Henrie
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-25Merge branch 'jk/shortlog-tolerate-broken-commit'Jonathan Nieder
2013-09-18shortlog: ignore commits with missing authorsJeff King