aboutsummaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)Author
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2026-02-05global: constify some pointers that are not written toCollin Funk
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson
2025-06-05repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()Lidong Yan
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-01builtin/shortlog: fix various trivial memory leaksPatrick Steinhardt
2024-06-11revision: free diff optionsPatrick Steinhardt
2024-05-06builtin/shortlog: don't set up revisions without repoPatrick Steinhardt
2024-03-19shortlog: 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-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-13string_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