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