summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)Author
2024-03-20shortlog: stop setting pp.print_email_subjectJeff King
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-10-24shortlog: implement `--group=committer` in terms of `--group=<format>`Taylor Blau
2022-10-24shortlog: implement `--group=author` in terms of `--group=<format>`Taylor Blau
2022-10-24shortlog: extract `shortlog_finish_setup()`Taylor Blau
2022-10-24shortlog: support arbitrary commit format `--group`sTaylor Blau
2022-10-24shortlog: extract `--group` fragment for translationTaylor Blau
2022-10-24shortlog: make trailer insertion a noop when appropriateTaylor Blau
2022-10-24shortlog: accept `--date`-related optionsJeff King
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor
2022-07-14shortlog: use a stable sortJohannes Schindelin
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-14string_list API users: use string_list_init_{no,}dupÆvar Arnfjörð Bjarmason
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-02-11log: add a --no-graph optionAlex Henrie
2021-10-08parse-options.[ch]: consistently use "enum parse_opt_result"Ævar Arnfjörð Bjarmason
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