Age | Commit message (Expand) | Author | Files | Lines |
2019-08-02 | log: really flip the --mailmap default | Junio C Hamano | 1 | -5/+2 |
2019-08-01 | log: flip the --mailmap default unconditionally | Junio C Hamano | 1 | -15/+1 |
2019-07-15 | log: add warning for unspecified log.mailmap setting | Ariadne Conill | 1 | -2/+24 |
2019-06-13 | Merge branch 'dl/format-patch-notes-config' | Junio C Hamano | 1 | -1/+19 |
2019-05-17 | format-patch: teach format.notes config option | Denton Liu | 1 | -1/+19 |
2019-05-08 | format-patch: make --base patch-id output stable | Stephen Boyd | 1 | -1/+1 |
2019-04-25 | Merge branch 'jk/unused-params-even-more' | Junio C Hamano | 1 | -9/+9 |
2019-04-16 | Merge branch 'jc/format-patch-error-check' | Junio C Hamano | 1 | -21/+21 |
2019-03-20 | log: drop unused "len" from show_tagger() | Jeff King | 1 | -4/+4 |
2019-03-20 | log: drop unused rev_info from early output | Jeff King | 1 | -5/+5 |
2019-02-22 | format-patch: notice failure to open cover letter for writing | Junio C Hamano | 1 | -1/+1 |
2019-02-22 | builtin/log: downcase the beginning of error messages | Junio C Hamano | 1 | -20/+20 |
2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+3 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -2/+4 |
2019-01-29 | Merge branch 'it/log-format-source' | Junio C Hamano | 1 | -1/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-14 | Merge branch 'nd/attr-pathspec-in-tree-walk' | Junio C Hamano | 1 | -2/+3 |
2019-01-14 | sha1-name.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-01-11 | log: add %S option (like --source) to log --format | Issac Trotts | 1 | -1/+1 |
2018-12-28 | commit: prepare free_commit_buffer and release_commit_memory for any repo | Stefan Beller | 1 | -2/+4 |
2018-12-04 | range-diff: always pass at least minimal diff options | Martin Ågren | 1 | -1/+10 |
2018-11-30 | format-patch: do not let its diff-options affect --range-diff | Junio C Hamano | 1 | -1/+1 |
2018-11-19 | Merge branch 'nd/format-patch-cover-letter-stat-width' | Junio C Hamano | 1 | -2/+0 |
2018-11-19 | tree.c: make read_tree*() take 'struct repository *' | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2018-11-13 | format-patch: respect --stat in cover letter's diffstat | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+10 |
2018-11-06 | format-patch: mark "--no-numbered" option with NONEG | Jeff King | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -12/+13 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
2018-09-21 | patch-ids.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | grep.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -3/+3 |
2018-09-17 | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 1 | -1/+60 |
2018-09-17 | Merge branch 'es/format-patch-interdiff' | Junio C Hamano | 1 | -21/+61 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -3/+3 |
2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -3/+3 |
2018-08-14 | format-patch: allow --range-diff to apply to a lone-patch | Eric Sunshine | 1 | -4/+5 |
2018-08-14 | format-patch: add --creation-factor tweak for --range-diff | Eric Sunshine | 1 | -1/+9 |
2018-08-14 | format-patch: teach --range-diff to respect -v/--reroll-count | Eric Sunshine | 1 | -1/+6 |
2018-08-14 | format-patch: extend --range-diff to accept revision range | Eric Sunshine | 1 | -3/+13 |
2018-08-14 | format-patch: add --range-diff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+35 |
2018-08-14 | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediff | Junio C Hamano | 1 | -21/+61 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -4/+6 |
2018-07-23 | format-patch: allow --interdiff to apply to a lone-patch | Eric Sunshine | 1 | -3/+5 |
2018-07-23 | interdiff: teach show_interdiff() to indent interdiff | Eric Sunshine | 1 | -1/+1 |
2018-07-23 | format-patch: teach --interdiff to respect -v/--reroll-count | Eric Sunshine | 1 | -1/+16 |