summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)Author
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano
2018-12-12parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03shortlog: correct option help for -wRené Scharfe
2018-04-10Merge branch 'ps/contains-id-error-message'Junio C Hamano
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2018-03-15shortlog: disallow left-over arguments outside repoMartin Ågren
2018-03-13shortlog: add usage-string for stdin-readingMartin Ågren
2017-09-08shortlog: skip format/parse roundtrip for internal traversalJeff King
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-24Merge branch 'rs/shortlog-cleanup'Junio C Hamano
2017-03-18shortlog: don't set after_subject to an empty stringRené Scharfe
2017-03-10Merge branch 'rs/log-email-subject'Junio C Hamano
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2016-12-16shortlog: group by committer informationLinus Torvalds
2016-09-30use QSORT, part 2René Scharfe
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano
2016-06-24shortlog: respect the --output=<file> settingJohannes Schindelin
2016-06-24shortlog: support outputting to streams other than stdoutJohannes Schindelin
2016-06-13Merge branch 'jk/parseopt-string-list' into jk/string-list-static-initJunio C Hamano
2016-06-13blame,shortlog: don't make local option variables staticJeff King
2016-01-29Merge branch 'jk/shortlog'Junio C Hamano
2016-01-19shortlog: don't warn on empty authorJeff King
2016-01-19shortlog: optimize out useless string listJeff King
2016-01-19shortlog: optimize out useless "<none>" normalizationJeff King
2016-01-19shortlog: optimize "--summary" modeJeff King
2016-01-19shortlog: replace hand-parsing of author with pretty-printerJeff King
2016-01-19shortlog: use strbufs to read from stdinJeff King
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King
2015-11-20Convert struct object to object_idbrian m. carlson
2015-06-29convert "enum date_mode" into a structJeff King
2015-01-14standardize usage info string formatAlex Henrie
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-25Merge branch 'jk/shortlog-tolerate-broken-commit'Jonathan Nieder
2013-09-18shortlog: ignore commits with missing authorsJeff King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin
2013-04-22builtin/shortlog.c: make usage string consistent with logRamkumar Ramachandra
2013-01-21Merge branch 'ap/log-mailmap'Junio C Hamano
2013-01-10mailmap: simplify map_user() interfaceAntoine Pelisse
2013-01-07Use split_ident_line to parse author and committerAntoine Pelisse
2013-01-02Merge branch 'sp/shortlog-missing-lf'Junio C Hamano
2012-12-11shortlog: fix wrapping lines of wraplenSteffen Prohaska
2012-08-20i18n: shortlog: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-05-26pretty: add pp_commit_easy function for simple callersJeff King
2011-04-11sparse: Fix an "symbol 'format_subject' not declared" warningRamsay Jones