summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-241-1/+0
|\
| * shortlog: don't set after_subject to an empty stringrs/shortlog-cleanupRené Scharfe2017-03-181-1/+0
* | Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-101-1/+1
|\ \ | |/ |/|
| * pretty: use fmt_output_email_subject()rs/log-email-subjectRené Scharfe2017-03-011-1/+1
* | shortlog: group by committer informationLinus Torvalds2016-12-151-3/+12
|/
* use QSORT, part 2René Scharfe2016-09-291-1/+1
* Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-191-5/+10
|\
| * shortlog: respect the --output=<file> settingJohannes Schindelin2016-06-241-1/+3
| * shortlog: support outputting to streams other than stdoutJohannes Schindelin2016-06-241-5/+8
* | Merge branch 'jk/parseopt-string-list' into jk/string-list-static-initJunio C Hamano2016-06-131-3/+3
|\ \ | |/ |/|
| * blame,shortlog: don't make local option variables staticJeff King2016-06-131-3/+3
* | Merge branch 'jk/shortlog'Junio C Hamano2016-01-281-87/+99
|\ \
| * | shortlog: don't warn on empty authorjk/shortlogJeff King2016-01-191-8/+0
| * | shortlog: optimize out useless string listJeff King2016-01-191-12/+31
| * | shortlog: optimize out useless "<none>" normalizationJeff King2016-01-191-29/+34
| * | shortlog: optimize "--summary" modeJeff King2016-01-191-4/+6
| * | shortlog: replace hand-parsing of author with pretty-printerJeff King2016-01-191-36/+26
| * | shortlog: use strbufs to read from stdinJeff King2016-01-191-9/+12
| * | shortlog: match both "Author:" and "author" on stdinJeff King2016-01-191-3/+4
|/ /
* | Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
|/
* convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
* Merge branch 'jk/shortlog-tolerate-broken-commit'Jonathan Nieder2013-09-241-2/+4
|\
| * shortlog: ignore commits with missing authorsjk/shortlog-tolerate-broken-commitJeff King2013-09-181-2/+4
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-6/+6
* | pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-0/+1
|/
* builtin/shortlog.c: make usage string consistent with logRamkumar Ramachandra2013-04-221-3/+1
* Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-201-39/+15
|\
| * mailmap: simplify map_user() interfaceAntoine Pelisse2013-01-101-20/+12
| * Use split_ident_line to parse author and committerAntoine Pelisse2013-01-071-26/+10
* | Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-021-3/+2
|\ \ | |/ |/|
| * shortlog: fix wrapping lines of wraplenSteffen Prohaska2012-12-111-3/+2
* | i18n: shortlog: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-7/+7
|/
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-3/+3
|\
| * clean up calling conventions for pretty.c functionsJeff King2011-05-261-1/+2
| * pretty: add pp_commit_easy function for simple callersJeff King2011-05-261-2/+1
* | sparse: Fix an "symbol 'format_subject' not declared" warningRamsay Jones2011-04-111-3/+0
* | i18n: git-shortlog basic messagesÆvar Arnfjörð Bjarmason2011-03-091-4/+4
|/
* parse-options: Don't call parse_options_check() so muchStephen Boyd2010-12-061-2/+2
* shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-2/+1
* string_list: Fix argument order for string_list_appendJulian Phillips2010-06-271-1/+1
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* Merge branch 'jn/shortlog'Junio C Hamano2010-05-211-1/+2
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-3/+16
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+343