summaryrefslogtreecommitdiffstats
path: root/builtin/shortlog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shortlog: use a stable sortJohannes Schindelin2022-07-141-1/+1
* revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+2
* string_list API users: use string_list_init_{no,}dupÆvar Arnfjörð Bjarmason2022-04-141-2/+4
* string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-5/+5
* log: add a --no-graph optionAlex Henrie2022-02-111-0/+1
* parse-options.[ch]: consistently use "enum parse_opt_result"Ævar Arnfjörð Bjarmason2021-10-081-0/+3
* Merge branch 'ab/mailmap'Junio C Hamano2021-01-251-14/+2
|\
| * shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason2021-01-121-14/+2
* | builtin/*: update usage formatZheNing Hu2021-01-071-5/+5
|/
* shortlog: use strset from strmap.hElijah Newren2020-11-111-57/+4
* hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* shortlog: allow multiple groups to be specifiedJeff King2020-09-271-24/+40
* shortlog: parse trailer identsJeff King2020-09-271-0/+6
* shortlog: rename parse_stdin_ident()Jeff King2020-09-271-3/+3
* shortlog: de-duplicate trailer valuesJeff King2020-09-271-0/+58
* shortlog: match commit trailers with --groupJeff King2020-09-271-1/+43
* shortlog: add grouping optionJeff King2020-09-271-11/+48
* shortlog: change "author" variables to "ident"Jeff King2020-09-251-18/+18
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano2018-12-151-0/+2
|\
| * parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy2018-12-121-0/+2
* | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-2/+3
|\ \ | |/ |/|
| * parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-031-2/+1
| * shortlog: correct option help for -wRené Scharfe2018-08-031-2/+4
* | Merge branch 'ps/contains-id-error-message'Junio C Hamano2018-04-101-0/+1
|\ \
| * | parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu2018-03-221-0/+1
| |/
* | shortlog: disallow left-over arguments outside repoMartin Ågren2018-03-151-0/+5
* | shortlog: add usage-string for stdin-readingMartin Ågren2018-03-131-1/+2
|/
* shortlog: skip format/parse roundtrip for internal traversalJeff King2017-09-081-21/+35
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-241-1/+0
|\
| * shortlog: don't set after_subject to an empty stringRené Scharfe2017-03-181-1/+0
* | Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-101-1/+1
|\ \ | |/ |/|
| * pretty: use fmt_output_email_subject()René Scharfe2017-03-021-1/+1
* | shortlog: group by committer informationLinus Torvalds2016-12-161-3/+12
|/
* use QSORT, part 2René Scharfe2016-09-301-1/+1
* Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-191-5/+10
|\
| * shortlog: respect the --output=<file> settingJohannes Schindelin2016-06-251-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-291-87/+99
|\ \
| * | shortlog: don't warn on empty authorJeff 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
|/ /