summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)Author
2010-06-16format-patch: Add a signature option (--signature)Stephen Boyd
2010-03-30Merge branch 'maint'Junio C Hamano
2010-03-30format-patch: Squelch 'fatal: Not a range." errorKevin Ballard
2010-03-08format-patch: add --no-cc, --no-to, and --no-add-headersStephen Boyd
2010-03-07Add 'git format-patch --to=' option and 'format.to' configuration variable.Steven Drake
2010-01-26fix portability issues with $ in double quotesStephen Boyd
2009-11-30Merge branch 'fc/maint-format-patch-pathspec-dashes'Junio C Hamano
2009-11-27format-patch: add test for parsing of "--"Felipe Contreras
2009-11-23t4014-format-patch: do not assume 'test' is available as non-builtinJohannes Sixt
2009-11-10format-patch: Always generate a patchBjörn Gustavsson
2009-11-09format-patch: make "-p" suppress diffstatJeff King
2009-08-09tests: provide $TRASH_DIRECTORY variableJeff King
2009-05-16tests: Add tests for missing format-patch long optionsStephen Boyd
2009-03-28format-patch: add arbitrary email headersMichael Hendricks
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2009-02-22format-patch: support deep threadingThomas Rast
2009-02-22format-patch: thread as reply to cover letter even with in-reply-toThomas Rast
2009-02-20format-patch: threading test reactivationThomas Rast
2009-01-22Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano
2009-01-13Teach format-patch to handle output directory relative to cwdJunio C Hamano
2008-08-27format-patch: use default diff format even with patch optionsJeff King
2008-06-14fix whitespace violations in test scriptsJeff King
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-02format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin
2008-03-02format-patch: use the diff options for the cover letter, tooJohannes Schindelin
2008-02-24t4014: Replace sed's non-standard 'Q' by standard 'q'Steffen Prohaska
2008-02-20Support a --cc=<email> option in format-patchDaniel Barkalow
2008-02-20Combine To: and Cc: headersDaniel Barkalow
2008-02-20Fix format.headers not ending with a newlineDaniel Barkalow
2008-02-20Add tests for extra headers in format-patchDaniel Barkalow
2008-02-20Add a --cover-letter option to format-patchDaniel Barkalow
2008-02-19Add more tests for format-patchDaniel Barkalow
2007-09-18t/t4014: test "am -3" with mode-only change.Junio C Hamano
2007-05-26Add tests for the last two fixes.Junio C Hamano
2006-06-29t4014: fix test commit labels.Junio C Hamano
2006-06-27t4014: fix for whitespace from "wc -l"Johannes Schindelin
2006-06-26t4014: add format-patch --ignore-if-in-upstream testJunio C Hamano