summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
AgeCommit message (Expand)Author
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King
2011-05-06Merge branch 'jk/format-patch-quote-special-in-from'Junio C Hamano
2011-05-04Merge branch 'jk/format-patch-multiline-header'Junio C Hamano
2011-04-26pretty: quote rfc822 specials in email addressesJeff King
2011-04-14format-patch: wrap email addresses after long namesJeff King
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-10i18n: git-log "--OPT does not make sense" messagesÆvar Arnfjörð Bjarmason
2011-02-23format-patch: wrap long header linesJeff King
2010-11-23format-patch: page output with --stdoutTay Ray Chuan
2010-09-29Merge branch 'rr/format-patch-count-without-merges'Junio C Hamano
2010-08-27format-patch: Don't go over merge commitsRamkumar Ramachandra
2010-08-27t4014-format-patch: Call test_tick before committingRamkumar Ramachandra
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