Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-01-11 | Merge branch 'jc/format-patch-reroll' | Junio C Hamano | 1 | -0/+16 |
2013-01-09 | Merge branch 'nd/maint-branch-desc-doc' | Junio C Hamano | 1 | -0/+42 |
2013-01-03 | format-patch: give --reroll-count a short synonym -v | Junio C Hamano | 1 | -0/+8 |
2013-01-03 | format-patch: pick up branch description when no ref is specified | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2013-01-03 | format-patch: pick up correct branch name from symbolic ref | Nguyễn Thái Ngọc Duy | 1 | -0/+14 |
2013-01-03 | t4014: a few more tests on cover letter using branch description | Nguyễn Thái Ngọc Duy | 1 | -0/+21 |
2013-01-02 | format-patch: document and test --reroll-count | Junio C Hamano | 1 | -0/+8 |
2013-01-02 | Merge branch 'jc/maint-test-portability' | Junio C Hamano | 1 | -3/+3 |
2012-12-19 | t4014: fix arguments to grep | Junio C Hamano | 1 | -3/+3 |
2012-11-15 | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 1 | -2/+13 |