summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-0/+1
2026-07-07parse-options: add a separate case for help output on errorbrian m. carlson1-0/+1
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay1-1/+1
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-1/+1
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson1-1/+1
2025-06-05repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()Lidong Yan1-1/+2
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller1-0/+12
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-01builtin/shortlog: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-06-11revision: free diff optionsPatrick Steinhardt1-4/+1
2024-05-06builtin/shortlog: don't set up revisions without repoPatrick Steinhardt1-1/+1
2024-03-19shortlog: stop setting pp.print_email_subjectJeff King1-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+4
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-10-24shortlog: implement `--group=committer` in terms of `--group=<format>`Taylor Blau1-11/+3
2022-10-24shortlog: implement `--group=author` in terms of `--group=<format>`Taylor Blau1-9/+4
2022-10-24shortlog: extract `shortlog_finish_setup()`Taylor Blau1-1/+6
2022-10-24shortlog: support arbitrary commit format `--group`sTaylor Blau1-1/+40
2022-10-24shortlog: extract `--group` fragment for translationTaylor Blau1-1/+1
2022-10-24shortlog: make trailer insertion a noop when appropriateTaylor Blau1-3/+4
2022-10-24shortlog: accept `--date`-related optionsJeff King1-1/+2
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor1-0/+1
2022-07-14shortlog: use a stable sortJohannes Schindelin1-1/+1
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+2
2022-04-13string_list API users: use string_list_init_{no,}dupÆvar Arnfjörð Bjarmason1-2/+4
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason1-5/+5
2022-02-11log: add a --no-graph optionAlex Henrie1-0/+1
2021-10-08parse-options.[ch]: consistently use "enum parse_opt_result"Ævar Arnfjörð Bjarmason1-0/+3
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano1-14/+2
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason1-14/+2
2021-01-06builtin/*: update usage formatZheNing Hu1-5/+5
2020-11-11shortlog: use strset from strmap.hElijah Newren1-57/+4
2020-11-02hashmap: provide deallocation function namesElijah Newren1-1/+1
2020-09-27shortlog: allow multiple groups to be specifiedJeff King1-24/+40
2020-09-27shortlog: parse trailer identsJeff King1-0/+6
2020-09-27shortlog: rename parse_stdin_ident()Jeff King1-3/+3
2020-09-27shortlog: de-duplicate trailer valuesJeff King1-0/+58
2020-09-27shortlog: match commit trailers with --groupJeff King1-1/+43