Sign in
googlers
/
jrn
/
git
/
ad8f0368b45bf1ab0f1339033d0a62cee94b1ae2
/
builtin
/
shortlog.c
bf29f07
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
by Junio C Hamano
· 6 years ago
a92ec7e
parse-options: fix SunCC compiler warning
by Nguyễn Thái Ngọc Duy
· 6 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
8963bb0
Merge branch 'rs/parse-opt-lithelp'
by Junio C Hamano
· 7 years ago
5f0df44
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
by René Scharfe
· 7 years ago
b8ade4c
shortlog: correct option help for -w
by René Scharfe
· 7 years ago
62c0fd4
Merge branch 'ps/contains-id-error-message'
by Junio C Hamano
· 7 years ago
3bb0923
parse-options: do not show usage upon invalid option value
by Paul-Sebastian Ungureanu
· 7 years ago
4aa0161
shortlog: disallow left-over arguments outside repo
by Martin Ågren
· 7 years ago
cd56d4e
shortlog: add usage-string for stdin-reading
by Martin Ågren
· 7 years ago
1ab03a5
shortlog: skip format/parse roundtrip for internal traversal
by Jeff King
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
bedbeb1
Merge branch 'rs/shortlog-cleanup'
by Junio C Hamano
· 8 years ago
d41626f
shortlog: don't set after_subject to an empty string
by René Scharfe
· 8 years ago
0a24610
Merge branch 'rs/log-email-subject'
by Junio C Hamano
· 8 years ago
6d167fd
pretty: use fmt_output_email_subject()
by René Scharfe
· 8 years ago
fbfda15
shortlog: group by committer information
by Linus Torvalds
· 8 years ago
1b5294d
use QSORT, part 2
by René Scharfe
· 8 years ago
63641fb
Merge branch 'js/log-to-diffopt-file'
by Junio C Hamano
· 9 years ago
7f7d712
shortlog: respect the --output=<file> setting
by Johannes Schindelin
· 9 years ago
0a7b357
shortlog: support outputting to streams other than stdout
by Johannes Schindelin
· 9 years ago
7013220
Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init
by Junio C Hamano
· 9 years ago
64093fc
blame,shortlog: don't make local option variables static
by Jeff King
· 9 years ago
a1c5405
Merge branch 'jk/shortlog'
by Junio C Hamano
· 9 years ago
d6b16ce
shortlog: don't warn on empty author
by Jeff King
· 9 years ago
9b21a34
shortlog: optimize out useless string list
by Jeff King
· 9 years ago
ed7eba9
shortlog: optimize out useless "<none>" normalization
by Jeff King
· 9 years ago
4e1d1a2
shortlog: optimize "--summary" mode
by Jeff King
· 9 years ago
2db6b83
shortlog: replace hand-parsing of author with pretty-printer
by Jeff King
· 9 years ago
5025049
shortlog: use strbufs to read from stdin
by Jeff King
· 9 years ago
5c3894c
shortlog: match both "Author:" and "author" on stdin
by Jeff King
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
· 10 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
7f794aa
Merge branch 'jk/shortlog-tolerate-broken-commit'
by Jonathan Nieder
· 11 years ago
cd4f09e
shortlog: ignore commits with missing authors
by Jeff King
· 11 years ago
d5d09d4
Replace deprecated OPT_BOOLEAN by OPT_BOOL
by Stefan Beller
· 12 years ago
ecaee80
pretty: --format output should honor logOutputEncoding
by Alexey Shumkin
· 12 years ago
0942d51
builtin/shortlog.c: make usage string consistent with log
by Ramkumar Ramachandra
· 12 years ago
577f63e
Merge branch 'ap/log-mailmap'
by Junio C Hamano
· 12 years ago
ea02ffa
mailmap: simplify map_user() interface
by Antoine Pelisse
· 12 years ago
3c020bd
Use split_ident_line to parse author and committer
by Antoine Pelisse
· 12 years ago
71288e1
Merge branch 'sp/shortlog-missing-lf'
by Junio C Hamano
· 12 years ago
5b59708
shortlog: fix wrapping lines of wraplen
by Steffen Prohaska
· 12 years ago
c48bd2c
i18n: shortlog: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
f67d2e8
Merge branch 'jk/format-patch-am'
by Junio C Hamano
· 14 years ago
6bf1394
clean up calling conventions for pretty.c functions
by Jeff King
· 14 years ago
8b8a537
pretty: add pp_commit_easy function for simple callers
by Jeff King
· 14 years ago
c8f1444
sparse: Fix an "symbol 'format_subject' not declared" warning
by Ramsay Jones
· 14 years ago
ab8b53b
i18n: git-shortlog basic messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
9ca1169
parse-options: Don't call parse_options_check() so much
by Stephen Boyd
· 14 years ago
773b69b
shortlog: run setup_git_directory_gently() sooner
by Nguyễn Thái Ngọc Duy
· 15 years ago
1d2f80f
string_list: Fix argument order for string_list_append
by Julian Phillips
· 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
· 15 years ago
8e3bc14
Merge branch 'jn/shortlog'
by Junio C Hamano
· 15 years ago
2e0e8b6
Merge branch 'lt/deepen-builtin-source'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-shortlog.c]
a689fae
Merge branch 'uk/maint-shortlog-encoding'
by Junio C Hamano
· 15 years ago
79f7ca0
shortlog: respect commit encoding
by Uwe Kleine-König
· 15 years ago
dd2e794
Refactor pretty_print_commit arguments into a struct
by Thomas Rast
· 15 years ago
eeefa7c
Style fixes, add a space after if/for/while.
by Brian Gianforcaro
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
8e76bf3
Remove unused assignments
by Benjamin Kramer
· 16 years ago
d20d654
Change current mailmap usage to do matching on both name and email of author/committer.
by Marius Storm-Olsen
· 16 years ago
d551a48
Add mailmap.file as configurational option for mailmap location
by Marius Storm-Olsen
· 16 years ago
b4147b3
Merge branch 'rs/maint-shortlog-foldline'
by Junio C Hamano
· 16 years ago
cec0871
shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
by René Scharfe
· 16 years ago
fe73fc1
builtin-shortlog.c: use string_list_append(), and don't strdup unnecessarily
by Adeodato Simó
· 16 years ago
c455c87
Rename path_list to string_list
by Johannes Schindelin
· 17 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
b526f8e
shortlog: support --pretty=format: option
by Johannes Schindelin
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
6b61ec0
revisions: refactor handle_revision_opt into parse_revision_opt.
by Pierre Habouzit
· 17 years ago
14ec9cb
git-shortlog: migrate to parse-options partially.
by Pierre Habouzit
· 17 years ago
d6d96f8
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
55ef8a4
Document -w option to shortlog
by Junio C Hamano
· 17 years ago
abe549e
shortlog: do not require to run from inside a git repository
by Jonas Fonseca
· 17 years ago
5c9afcf
Merge branch 'aw/maint-shortlog-blank-lines'
by Junio C Hamano
· 17 years ago
c1ce83a
shortlog: take the first populated line of the description
by Andy Whitcroft
· 17 years ago
552bcac
Add API access to shortlog
by Daniel Barkalow
· 17 years ago
08359b0
shortlog: mention the "-e" option in the usage
by Johannes Schindelin
· 17 years ago
3384a2d
shortlog: default to HEAD when the standard input is a tty
by Junio C Hamano
· 17 years ago
97566ea
Invert numbers and names in the git-shortlog summary mode.
by Pierre Habouzit
· 17 years ago
4602c17
git-shortlog -e: show e-mail address as well
by Junio C Hamano
· 17 years ago
1e931cb
shortlog: code restructuring and clean-up
by Junio C Hamano
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
e44b5d1
Remove pointless calls to access(2) when checking for .mailmap
by Alex Riesen
· 18 years ago
7c1c678
Split out mailmap handling out of shortlog
by Junio C Hamano
· 18 years ago
3d711d9
shortlog -w: make wrap-line behaviour optional.
by Junio C Hamano
· 18 years ago
3714e7c
Use print_wrapped_text() in shortlog
by Johannes Schindelin
· 18 years ago
0497c62
shortlog: prompt when reading from terminal by mistake
by Junio C Hamano
· 18 years ago
3a55602
General const correctness fixes
by Shawn O. Pearce
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
6f98725
shortlog: fix segfault on empty authorname
by Junio C Hamano
· 18 years ago
bca7325
shortlog: remove "[PATCH]" prefix from shortlog output
by Junio C Hamano
· 18 years ago
90ffefe
shortlog: fix segfault on empty authorname
by Jeff King
· 18 years ago
c3e4393
shortlog: remove range check
by René Scharfe
· 18 years ago
Next »