Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-08-01 | format-patch: format.from gives the default for --from | Josh Triplett | 1 | -0/+40 |
2016-07-06 | Merge branch 'ew/mboxrd-format-am' | Junio C Hamano | 1 | -0/+41 |
2016-06-10 | Merge branch 'jk/shell-portability' | Junio C Hamano | 1 | -1/+1 |
2016-06-06 | pretty: support "mboxrd" output format | Eric Wong | 1 | -0/+41 |
2016-06-01 | test-lib: add in-shell "env" replacement | Jeff King | 1 | -1/+1 |
2016-05-23 | Merge branch 'xy/format-patch-base' | Junio C Hamano | 1 | -0/+105 |
2016-04-26 | format-patch: introduce format.useAutoBase configuration | Xiaolong Ye | 1 | -0/+19 |
2016-04-26 | format-patch: introduce --base=auto option | Xiaolong Ye | 1 | -0/+39 |
2016-04-26 | format-patch: add '--base' option to record base tree info | Xiaolong Ye | 1 | -0/+47 |
2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -2/+2 |
2016-01-13 | format-patch: introduce format.outputDirectory configuration | Alexander Kuleshov | 1 | -0/+15 |
2015-12-15 | format-patch: check that header line has expected format | brian m. carlson | 1 | -0/+7 |
2015-12-15 | format-patch: add an option to suppress commit hash | brian m. carlson | 1 | -0/+7 |
2015-06-24 | Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' | Junio C Hamano | 1 | -0/+8 |
2015-06-01 | format-patch: do not feed tags to clear_commit_marks() | Junio C Hamano | 1 | -0/+8 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-06-16 | Merge branch 'jm/format-patch-mail-sig' | Junio C Hamano | 1 | -0/+61 |
2014-06-03 | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 1 | -5/+5 |
2014-05-27 | format-patch: add "--signature-file=<file>" option | Jeremiah Mahler | 1 | -0/+61 |
2014-04-30 | t4014-format-patch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -5/+5 |
2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -11/+3 |
2013-10-29 | t: use perl instead of "$PERL_PATH" where applicable | Jeff King | 1 | -1/+1 |
2013-09-20 | format-patch: print in-body "From" only when needed | Jeff King | 1 | -0/+10 |
2013-07-03 | teach format-patch to place other authors into in-body "From" | Jeff King | 1 | -0/+43 |
2013-04-18 | Merge branch 'fc/send-email-annotate' | Junio C Hamano | 1 | -0/+33 |
2013-04-12 | Sync with 'maint' | Junio C Hamano | 1 | -3/+3 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -3/+3 |
2013-04-07 | format-patch: add format.coverLetter configuration variable | Felipe Contreras | 1 | -0/+28 |
2013-04-07 | format-patch: improve head calculation for cover-letter | Felipe Contreras | 1 | -0/+5 |
2013-04-03 | Merge branch 'ks/rfc2047-one-char-at-a-time' into maint | Junio C Hamano | 1 | -13/+14 |
2013-04-01 | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 1 | -0/+262 |
2013-03-25 | Merge branch 'ks/rfc2047-one-char-at-a-time' | Junio C Hamano | 1 | -13/+14 |
2013-03-09 | format-patch: RFC 2047 says multi-octet character may not be split | Kirill Smelkov | 1 | -13/+14 |
2013-02-12 | Unify appending signoff in format-patch, commit and sequencer | Brandon Casey | 1 | -5/+26 |
2013-02-12 | t4014: more tests about appending s-o-b lines | Nguyễn Thái Ngọc Duy | 1 | -0/+241 |