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