summaryrefslogtreecommitdiff
path: root/builtin/shortlog.c
AgeCommit message (Expand)Author
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
2011-03-10i18n: git-shortlog basic messagesÆvar Arnfjörð Bjarmason
2010-12-07parse-options: Don't call parse_options_check() so muchStephen Boyd
2010-08-11shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-05-21Merge branch 'jn/shortlog'Junio C Hamano
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds