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
*
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
|
/
/
*
/
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-1
/
+1
|
/
*
convert "enum date_mode" into a struct
Jeff King
2015-06-29
1
-1
/
+1
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-3
/
+3
*
Merge branch 'jk/shortlog-tolerate-broken-commit'
Jonathan Nieder
2013-09-25
1
-2
/
+4
|
\
|
*
shortlog: ignore commits with missing authors
Jeff King
2013-09-18
1
-2
/
+4
*
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
1
-6
/
+6
*
|
pretty: --format output should honor logOutputEncoding
Alexey Shumkin
2013-06-26
1
-0
/
+1
|
/
*
builtin/shortlog.c: make usage string consistent with log
Ramkumar Ramachandra
2013-04-22
1
-3
/
+1
*
Merge branch 'ap/log-mailmap'
Junio C Hamano
2013-01-21
1
-39
/
+15
|
\
|
*
mailmap: simplify map_user() interface
Antoine Pelisse
2013-01-10
1
-20
/
+12
|
*
Use split_ident_line to parse author and committer
Antoine Pelisse
2013-01-08
1
-26
/
+10
*
|
Merge branch 'sp/shortlog-missing-lf'
Junio C Hamano
2013-01-02
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
shortlog: fix wrapping lines of wraplen
Steffen Prohaska
2012-12-11
1
-3
/
+2
*
|
i18n: shortlog: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
1
-7
/
+7
|
/
*
Merge branch 'jk/format-patch-am'
Junio C Hamano
2011-05-31
1
-3
/
+3
|
\
|
*
clean up calling conventions for pretty.c functions
Jeff King
2011-05-27
1
-1
/
+2
|
*
pretty: add pp_commit_easy function for simple callers
Jeff King
2011-05-27
1
-2
/
+1
*
|
sparse: Fix an "symbol 'format_subject' not declared" warning
Ramsay Jones
2011-04-11
1
-3
/
+0
*
|
i18n: git-shortlog basic messages
Ævar Arnfjörð Bjarmason
2011-03-10
1
-4
/
+4
|
/
*
parse-options: Don't call parse_options_check() so much
Stephen Boyd
2010-12-07
1
-2
/
+2
[next]