Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-11-04 | format-patch: support --output option | Jeff King | 1 | -3/+23 |
2020-11-04 | format-patch: refactor output selection | Jeff King | 1 | -0/+13 |
2020-10-01 | format-patch: teach format.useAutoBase "whenAble" option | Jacob Keller | 1 | -0/+22 |
2020-06-25 | Merge branch 'pb/t4014-unslave' | Junio C Hamano | 1 | -4/+4 |
2020-06-19 | t4014: do not use "slave branch" nomenclature | Paolo Bonzini | 1 | -4/+4 |
2020-05-24 | diff: add config option relative | Laurent Arnoud | 1 | -0/+13 |
2020-04-07 | format-patch: teach --no-encode-email-headers | Emma Brooks | 1 | -0/+53 |
2019-12-25 | Merge branch 'dl/format-patch-notes-config-fixup' | Junio C Hamano | 1 | -0/+32 |
2019-12-09 | format-patch: use --notes behavior for format.notes | Denton Liu | 1 | -0/+32 |
2019-12-05 | format-patch: teach --no-base | Denton Liu | 1 | -0/+6 |
2019-12-05 | t4014: use test_config() | Denton Liu | 1 | -5/+3 |
2019-11-10 | Merge branch 'dl/format-patch-cover-from-desc' | Junio C Hamano | 1 | -0/+172 |
2019-10-24 | Merge branch 'bw/format-patch-o-create-leading-dirs' | Junio C Hamano | 1 | -5/+8 |
2019-10-23 | t4014: make output-directory tests self-contained | Bert Wesarg | 1 | -5/+8 |
2019-10-18 | Merge branch 'bw/format-patch-o-create-leading-dirs' | Junio C Hamano | 1 | -0/+23 |
2019-10-16 | format-patch: teach --cover-from-description option | Denton Liu | 1 | -0/+172 |
2019-10-12 | format-patch: create leading components of output directory | Bert Wesarg | 1 | -0/+23 |
2019-10-09 | t4014: treat rev-list output as the expected value | Denton Liu | 1 | -2/+3 |
2019-09-05 | t4014: stop losing return codes of git commands | Denton Liu | 1 | -77/+120 |
2019-09-05 | t4014: remove confusing pipe in check_threading() | Denton Liu | 1 | -3/+2 |
2019-09-05 | t4014: use test_line_count() where possible | Denton Liu | 1 | -16/+19 |
2019-09-05 | t4014: let sed open its own files | Denton Liu | 1 | -14/+14 |
2019-09-05 | t4014: drop redirections to /dev/null | Denton Liu | 1 | -6/+6 |
2019-09-05 | t4014: use indentable here-docs | Denton Liu | 1 | -184/+184 |
2019-09-05 | t4014: remove spaces after redirect operators | Denton Liu | 1 | -31/+31 |
2019-09-05 | t4014: use sq for test case names | Denton Liu | 1 | -5/+5 |
2019-09-05 | t4014: move closing sq onto its own line | Denton Liu | 1 | -2/+4 |
2019-09-05 | t4014: s/expected/expect/ | Denton Liu | 1 | -53/+53 |
2019-08-21 | t4014: drop unnecessary blank lines from test cases | Denton Liu | 1 | -47/+0 |
2019-06-13 | Merge branch 'dl/format-patch-notes-config' | Junio C Hamano | 1 | -0/+70 |
2019-05-17 | format-patch: teach format.notes config option | Denton Liu | 1 | -0/+70 |
2019-05-08 | format-patch: make --base patch-id output stable | Stephen Boyd | 1 | -4/+4 |
2019-05-08 | format-patch: inform user that patch-id generation is unstable | Stephen Boyd | 1 | -5/+31 |
2019-02-22 | format-patch: notice failure to open cover letter for writing | Junio C Hamano | 1 | -0/+6 |
2018-07-23 | format-patch: allow --interdiff to apply to a lone-patch | Eric Sunshine | 1 | -0/+12 |
2018-07-23 | format-patch: teach --interdiff to respect -v/--reroll-count | Eric Sunshine | 1 | -0/+5 |
2018-07-23 | format-patch: add --interdiff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+17 |
2018-07-18 | Merge branch 'xy/format-patch-prereq-patch-id-fix' | Junio C Hamano | 1 | -2/+4 |
2018-06-19 | format-patch: clear UNINTERESTING flag before prepare_bases | Xiaolong Ye | 1 | -2/+4 |
2018-05-30 | Merge branch 'bc/hash-independent-tests' | Junio C Hamano | 1 | -5/+8 |
2018-05-21 | t4014: abstract away SHA-1-specific constants | brian m. carlson | 1 | -3/+6 |
2018-05-14 | t: switch $_x40 to $OID_REGEX | brian m. carlson | 1 | -1/+1 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -1/+1 |
2018-05-02 | format-patch: make cover letters always text/plain | brian m. carlson | 1 | -0/+9 |
2016-11-29 | sequencer: use trailer's trailer layout | Jonathan Tan | 1 | -5/+32 |
2016-09-26 | Merge branch 'jt/format-patch-rfc' | Junio C Hamano | 1 | -0/+9 |
2016-09-21 | format-patch: add "--rfc" for the common case of [RFC PATCH] | Josh Triplett | 1 | -0/+9 |
2016-09-15 | format-patch: show base info before email signature | Josh Triplett | 1 | -6/+27 |
2016-08-10 | Merge branch 'jt/format-patch-from-config' | Junio C Hamano | 1 | -0/+40 |