summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Merge branch 'jk/shortlog'Libravatar Junio C Hamano1-87/+99
2016-01-19shortlog: don't warn on empty authorLibravatar Jeff King1-8/+0
2016-01-19shortlog: optimize out useless string listLibravatar Jeff King1-12/+31
2016-01-19shortlog: optimize out useless "<none>" normalizationLibravatar Jeff King1-29/+34
2016-01-19shortlog: optimize "--summary" modeLibravatar Jeff King1-4/+6
2016-01-19shortlog: replace hand-parsing of author with pretty-printerLibravatar Jeff King1-36/+26
2016-01-19shortlog: use strbufs to read from stdinLibravatar Jeff King1-9/+12
2016-01-19shortlog: match both "Author:" and "author" on stdinLibravatar Jeff King1-3/+4
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-1/+1
2015-06-29convert "enum date_mode" into a structLibravatar Jeff King1-1/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-3/+3
2013-09-24Merge branch 'jk/shortlog-tolerate-broken-commit'Libravatar Jonathan Nieder1-2/+4
2013-09-18shortlog: ignore commits with missing authorsLibravatar Jeff King1-2/+4
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-6/+6
2013-06-26pretty: --format output should honor logOutputEncodingLibravatar Alexey Shumkin1-0/+1
2013-04-22builtin/shortlog.c: make usage string consistent with logLibravatar Ramkumar Ramachandra1-3/+1
2013-01-20Merge branch 'ap/log-mailmap'Libravatar Junio C Hamano1-39/+15
2013-01-10mailmap: simplify map_user() interfaceLibravatar Antoine Pelisse1-20/+12
2013-01-07Use split_ident_line to parse author and committerLibravatar Antoine Pelisse1-26/+10
2013-01-02Merge branch 'sp/shortlog-missing-lf'Libravatar Junio C Hamano1-3/+2
2012-12-11shortlog: fix wrapping lines of wraplenLibravatar Steffen Prohaska1-3/+2
2012-08-20i18n: shortlog: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2011-05-31Merge branch 'jk/format-patch-am'Libravatar Junio C Hamano1-3/+3
2011-05-26clean up calling conventions for pretty.c functionsLibravatar Jeff King1-1/+2
2011-05-26pretty: add pp_commit_easy function for simple callersLibravatar Jeff King1-2/+1
2011-04-11sparse: Fix an "symbol 'format_subject' not declared" warningLibravatar Ramsay Jones1-3/+0
2011-03-09i18n: git-shortlog basic messagesLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2010-12-06parse-options: Don't call parse_options_check() so muchLibravatar Stephen Boyd1-2/+2
2010-08-11shortlog: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-2/+1
2010-06-27string_list: Fix argument order for string_list_appendLibravatar Julian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertLibravatar Julian Phillips1-1/+1
2010-05-21Merge branch 'jn/shortlog'Libravatar Junio C Hamano1-1/+2
2010-03-10Merge branch 'lt/deepen-builtin-source'Libravatar Junio C Hamano1-0/+356
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+343