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
*
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
*
|
Merge branch 'rs/log-email-subject'
Junio C Hamano
2017-03-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
pretty: use fmt_output_email_subject()
René Scharfe
2017-03-02
1
-1
/
+1
*
|
shortlog: group by committer information
Linus Torvalds
2016-12-16
1
-3
/
+12
|
/
*
use QSORT, part 2
René Scharfe
2016-09-30
1
-1
/
+1
*
Merge branch 'js/log-to-diffopt-file'
Junio C Hamano
2016-07-19
1
-5
/
+10
|
\
|
*
shortlog: respect the --output=<file> setting
Johannes Schindelin
2016-06-25
1
-1
/
+3
|
*
shortlog: support outputting to streams other than stdout
Johannes Schindelin
2016-06-24
1
-5
/
+8
*
|
Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init
Junio C Hamano
2016-06-13
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
blame,shortlog: don't make local option variables static
Jeff King
2016-06-13
1
-3
/
+3
*
|
Merge branch 'jk/shortlog'
Junio C Hamano
2016-01-29
1
-87
/
+99
|
\
\
|
*
|
shortlog: don't warn on empty author
Jeff King
2016-01-19
1
-8
/
+0
|
*
|
shortlog: optimize out useless string list
Jeff King
2016-01-19
1
-12
/
+31
|
*
|
shortlog: optimize out useless "<none>" normalization
Jeff King
2016-01-19
1
-29
/
+34
|
*
|
shortlog: optimize "--summary" mode
Jeff King
2016-01-19
1
-4
/
+6
|
*
|
shortlog: replace hand-parsing of author with pretty-printer
Jeff King
2016-01-19
1
-36
/
+26
|
*
|
shortlog: use strbufs to read from stdin
Jeff King
2016-01-19
1
-9
/
+12
|
*
|
shortlog: match both "Author:" and "author" on stdin
Jeff King
2016-01-19
1
-3
/
+4
|
/
/
[next]