summaryrefslogtreecommitdiffstats
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)AuthorLines
2014-06-16Merge branch 'jm/format-patch-mail-sig'Junio C Hamano-0/+61
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano-5/+5
2014-05-27format-patch: add "--signature-file=<file>" optionJeremiah Mahler-0/+61
2014-04-30t4014-format-patch.sh: use the $( ... ) construct for command substitutionElia Pinto-5/+5
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran-11/+3
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King-1/+1
2013-09-20format-patch: print in-body "From" only when neededJeff King-0/+10
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King-0/+43
2013-04-18Merge branch 'fc/send-email-annotate'Junio C Hamano-0/+33
2013-04-12Sync with 'maint'Junio C Hamano-3/+3
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini-3/+3
2013-04-07format-patch: add format.coverLetter configuration variableFelipe Contreras-0/+28
2013-04-07format-patch: improve head calculation for cover-letterFelipe Contreras-0/+5
2013-04-03Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano-13/+14
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano-0/+262
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano-13/+14
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov-13/+14
2013-02-12Unify appending signoff in format-patch, commit and sequencerBrandon Casey-5/+26
2013-02-12t4014: more tests about appending s-o-b linesNguyễn Thái Ngọc Duy-0/+241
2013-01-11Merge branch 'jc/format-patch-reroll'Junio C Hamano-0/+16
2013-01-09Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano-0/+42
2013-01-03format-patch: give --reroll-count a short synonym -vJunio C Hamano-0/+8
2013-01-03format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy-0/+7
2013-01-03format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy-0/+14
2013-01-03t4014: a few more tests on cover letter using branch descriptionNguyễn Thái Ngọc Duy-0/+21
2013-01-02format-patch: document and test --reroll-countJunio C Hamano-0/+8
2013-01-02Merge branch 'jc/maint-test-portability'Junio C Hamano-3/+3
2012-12-19t4014: fix arguments to grepJunio C Hamano-3/+3
2012-11-15Merge branch 'jc/prettier-pretty-note'Junio C Hamano-2/+13
2012-10-18format-patch tests: check quoting/encoding in To: and Cc: headersJan H. Schönherr-32/+66
2012-10-18format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr-1/+1
2012-10-18format-patch: make rfc2047 encoding more strictJan H. Schönherr-4/+11
2012-10-18format-patch: do not wrap rfc2047 encoded headers too lateJan H. Schönherr-23/+35
2012-10-18format-patch: do not wrap non-rfc2047 headers too earlyJan H. Schönherr-26/+34
2012-10-17format-patch --notes: show notes after three-dashesJunio C Hamano-2/+5
2012-10-17format-patch: append --signature after notesJunio C Hamano-2/+10
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano-1/+1
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn-1/+1
2012-03-13diffstat summary line varies by locale: miscellanyJonathan Nieder-6/+3
2012-02-03Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy-1/+1
2011-09-19Merge branch 'ph/format-patch-no-color'Junio C Hamano-4/+4
2011-09-19t4014: clean up format.thread config after each testJeff King-4/+4
2011-09-14Merge branch 'ph/format-patch-no-color'Junio C Hamano-0/+8
2011-09-12format-patch: ignore ui.colorPang Yan Han-0/+8
2011-08-29t4014: "no-add-headers" is actually called "no-add-header"Thomas Rast-2/+2
2011-08-29t4014: invoke format-patch with --stdout where intendedThomas Rast-2/+2
2011-08-29t4014: check for empty files from git format-patch --stdoutThomas Rast-2/+19
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King-0/+18
2011-05-06Merge branch 'jk/format-patch-quote-special-in-from'Junio C Hamano-0/+43
2011-05-04Merge branch 'jk/format-patch-multiline-header'Junio C Hamano-0/+15