index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
shortlog.c
Age
Commit message (
Expand
)
Author
2026-02-20
mailmap: stop using the_repository
Burak Kaan Karaçay
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
2025-06-05
repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()
Lidong Yan
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-10-17
builtin/shortlog: explicitly set hash algo when there is no repo
Wolfgang Müller
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-01
builtin/shortlog: fix various trivial memory leaks
Patrick Steinhardt
2024-06-11
revision: free diff options
Patrick Steinhardt
2024-05-06
builtin/shortlog: don't set up revisions without repo
Patrick Steinhardt
2024-03-19
shortlog: stop setting pp.print_email_subject
Jeff King
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-10-24
shortlog: implement `--group=committer` in terms of `--group=<format>`
Taylor Blau
2022-10-24
shortlog: implement `--group=author` in terms of `--group=<format>`
Taylor Blau
2022-10-24
shortlog: extract `shortlog_finish_setup()`
Taylor Blau
2022-10-24
shortlog: support arbitrary commit format `--group`s
Taylor Blau
2022-10-24
shortlog: extract `--group` fragment for translation
Taylor Blau
2022-10-24
shortlog: make trailer insertion a noop when appropriate
Taylor Blau
2022-10-24
shortlog: accept `--date`-related options
Jeff King
2022-08-19
parse-options: add support for parsing subcommands
SZEDER Gábor
2022-07-14
shortlog: use a stable sort
Johannes Schindelin
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-13
string_list API users: use string_list_init_{no,}dup
Ævar Arnfjörð Bjarmason
2022-03-07
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
2022-02-11
log: add a --no-graph option
Alex Henrie
2021-10-08
parse-options.[ch]: consistently use "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
2021-01-25
Merge branch 'ab/mailmap'
Junio C Hamano
2021-01-12
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
2021-01-06
builtin/*: update usage format
ZheNing Hu
2020-11-11
shortlog: use strset from strmap.h
Elijah Newren
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
2020-09-27
shortlog: allow multiple groups to be specified
Jeff King
2020-09-27
shortlog: parse trailer idents
Jeff King
2020-09-27
shortlog: rename parse_stdin_ident()
Jeff King
2020-09-27
shortlog: de-duplicate trailer values
Jeff King
2020-09-27
shortlog: match commit trailers with --group
Jeff King
2020-09-27
shortlog: add grouping option
Jeff King
2020-09-25
shortlog: change "author" variables to "ident"
Jeff King
[next]