index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
shortlog.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-09-27
shortlog: add grouping option
Jeff King
1
-11
/
+48
2020-09-25
shortlog: change "author" variables to "ident"
Jeff King
1
-18
/
+18
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2018-12-15
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
1
-0
/
+2
2018-12-12
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-2
/
+3
2018-08-03
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
1
-2
/
+1
2018-08-03
shortlog: correct option help for -w
René Scharfe
1
-2
/
+4
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
1
-0
/
+1
2018-03-22
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
1
-0
/
+1
2018-03-15
shortlog: disallow left-over arguments outside repo
Martin Ågren
1
-0
/
+5
2018-03-13
shortlog: add usage-string for stdin-reading
Martin Ågren
1
-1
/
+2
2017-09-09
shortlog: skip format/parse roundtrip for internal traversal
Jeff King
1
-21
/
+35
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-03-24
Merge branch 'rs/shortlog-cleanup'
Junio C Hamano
1
-1
/
+0
2017-03-18
shortlog: don't set after_subject to an empty string
René Scharfe
1
-1
/
+0
2017-03-10
Merge branch 'rs/log-email-subject'
Junio C Hamano
1
-1
/
+1
2017-03-01
pretty: use fmt_output_email_subject()
René Scharfe
1
-1
/
+1
2016-12-15
shortlog: group by committer information
Linus Torvalds
1
-3
/
+12
2016-09-29
use QSORT, part 2
René Scharfe
1
-1
/
+1
2016-07-19
Merge branch 'js/log-to-diffopt-file'
Junio C Hamano
1
-5
/
+10
2016-06-24
shortlog: respect the --output=<file> setting
Johannes Schindelin
1
-1
/
+3
2016-06-24
shortlog: support outputting to streams other than stdout
Johannes Schindelin
1
-5
/
+8
2016-06-13
Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init
Junio C Hamano
1
-3
/
+3
2016-06-13
blame,shortlog: don't make local option variables static
Jeff King
1
-3
/
+3
2016-01-28
Merge branch 'jk/shortlog'
Junio C Hamano
1
-87
/
+99
2016-01-19
shortlog: don't warn on empty author
Jeff King
1
-8
/
+0
2016-01-19
shortlog: optimize out useless string list
Jeff King
1
-12
/
+31
2016-01-19
shortlog: optimize out useless "<none>" normalization
Jeff King
1
-29
/
+34
2016-01-19
shortlog: optimize "--summary" mode
Jeff King
1
-4
/
+6
2016-01-19
shortlog: replace hand-parsing of author with pretty-printer
Jeff King
1
-36
/
+26
2016-01-19
shortlog: use strbufs to read from stdin
Jeff King
1
-9
/
+12
2016-01-19
shortlog: match both "Author:" and "author" on stdin
Jeff King
1
-3
/
+4
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-1
/
+1
2015-06-29
convert "enum date_mode" into a struct
Jeff King
1
-1
/
+1
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-3
/
+3
2013-09-24
Merge branch 'jk/shortlog-tolerate-broken-commit'
Jonathan Nieder
1
-2
/
+4
2013-09-18
shortlog: ignore commits with missing authors
Jeff King
1
-2
/
+4
[next]