index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
shortlog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+0
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+3
|
\
|
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+4
*
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
/
*
shortlog: implement `--group=committer` in terms of `--group=<format>`
Taylor Blau
2022-10-24
1
-11
/
+3
*
shortlog: implement `--group=author` in terms of `--group=<format>`
Taylor Blau
2022-10-24
1
-9
/
+4
*
shortlog: extract `shortlog_finish_setup()`
Taylor Blau
2022-10-24
1
-1
/
+6
*
shortlog: support arbitrary commit format `--group`s
Taylor Blau
2022-10-24
1
-1
/
+40
*
shortlog: extract `--group` fragment for translation
Taylor Blau
2022-10-24
1
-1
/
+1
*
shortlog: make trailer insertion a noop when appropriate
Taylor Blau
2022-10-24
1
-3
/
+4
*
shortlog: accept `--date`-related options
Jeff King
2022-10-24
1
-1
/
+2
*
parse-options: add support for parsing subcommands
SZEDER Gábor
2022-08-19
1
-0
/
+1
*
shortlog: use a stable sort
Johannes Schindelin
2022-07-14
1
-1
/
+1
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+2
*
string_list API users: use string_list_init_{no,}dup
Ævar Arnfjörð Bjarmason
2022-04-14
1
-2
/
+4
*
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
2022-03-07
1
-5
/
+5
*
log: add a --no-graph option
Alex Henrie
2022-02-11
1
-0
/
+1
*
parse-options.[ch]: consistently use "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
2021-10-08
1
-0
/
+3
*
Merge branch 'ab/mailmap'
Junio C Hamano
2021-01-25
1
-14
/
+2
|
\
|
*
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
2021-01-12
1
-14
/
+2
*
|
builtin/*: update usage format
ZheNing Hu
2021-01-07
1
-5
/
+5
|
/
*
shortlog: use strset from strmap.h
Elijah Newren
2020-11-11
1
-57
/
+4
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
*
shortlog: allow multiple groups to be specified
Jeff King
2020-09-27
1
-24
/
+40
*
shortlog: parse trailer idents
Jeff King
2020-09-27
1
-0
/
+6
*
shortlog: rename parse_stdin_ident()
Jeff King
2020-09-27
1
-3
/
+3
*
shortlog: de-duplicate trailer values
Jeff King
2020-09-27
1
-0
/
+58
*
shortlog: match commit trailers with --group
Jeff King
2020-09-27
1
-1
/
+43
*
shortlog: add grouping option
Jeff King
2020-09-27
1
-11
/
+48
*
shortlog: change "author" variables to "ident"
Jeff King
2020-09-25
1
-18
/
+18
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-2
/
+2
*
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
2018-12-15
1
-0
/
+2
|
\
|
*
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
2018-12-12
1
-0
/
+2
*
|
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
|
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
2018-08-17
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
2018-08-03
1
-2
/
+1
|
*
shortlog: correct option help for -w
René Scharfe
2018-08-03
1
-2
/
+4
*
|
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
2018-04-10
1
-0
/
+1
|
\
\
|
*
|
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
2018-03-22
1
-0
/
+1
|
|
/
*
|
shortlog: disallow left-over arguments outside repo
Martin Ågren
2018-03-15
1
-0
/
+5
*
|
shortlog: add usage-string for stdin-reading
Martin Ågren
2018-03-13
1
-1
/
+2
|
/
*
shortlog: skip format/parse roundtrip for internal traversal
Jeff King
2017-09-08
1
-21
/
+35
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
Merge branch 'rs/shortlog-cleanup'
Junio C Hamano
2017-03-24
1
-1
/
+0
|
\
|
*
shortlog: don't set after_subject to an empty string
René Scharfe
2017-03-18
1
-1
/
+0
[next]