Age | Commit message (Expand) | Author | Files | Lines |
2011-05-30 | format-patch: make zero-length subject prefixes prettier | Jeff King | 1 | -0/+18 |
2011-05-06 | Merge branch 'jk/format-patch-quote-special-in-from' | Junio C Hamano | 1 | -0/+43 |
2011-05-04 | Merge branch 'jk/format-patch-multiline-header' | Junio C Hamano | 1 | -0/+15 |
2011-04-26 | pretty: quote rfc822 specials in email addresses | Jeff King | 1 | -0/+42 |
2011-04-14 | format-patch: wrap email addresses after long names | Jeff King | 1 | -0/+15 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014 | Junio C Hamano | 1 | -4/+4 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -1/+1 |
2011-03-09 | i18n: git-log "--OPT does not make sense" messages | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-02-23 | format-patch: wrap long header lines | Jeff King | 1 | -0/+84 |
2010-11-23 | format-patch: page output with --stdout | Tay Ray Chuan | 1 | -0/+23 |
2010-09-29 | Merge branch 'rr/format-patch-count-without-merges' | Junio C Hamano | 1 | -0/+21 |
2010-08-27 | format-patch: Don't go over merge commits | Ramkumar Ramachandra | 1 | -0/+16 |
2010-08-27 | t4014-format-patch: Call test_tick before committing | Ramkumar Ramachandra | 1 | -0/+5 |
2010-06-16 | format-patch: Add a signature option (--signature) | Stephen Boyd | 1 | -0/+52 |
2010-03-29 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+4 |
2010-03-29 | format-patch: Squelch 'fatal: Not a range." error | Kevin Ballard | 1 | -0/+4 |
2010-03-08 | format-patch: add --no-cc, --no-to, and --no-add-headers | Stephen Boyd | 1 | -0/+38 |
2010-03-06 | Add 'git format-patch --to=' option and 'format.to' configuration variable. | Steven Drake | 1 | -0/+14 |
2010-01-26 | fix portability issues with $ in double quotes | Stephen Boyd | 1 | -22/+22 |
2009-11-30 | Merge branch 'fc/maint-format-patch-pathspec-dashes' | Junio C Hamano | 1 | -0/+5 |
2009-11-26 | format-patch: add test for parsing of "--" | Felipe Contreras | 1 | -0/+5 |
2009-11-23 | t4014-format-patch: do not assume 'test' is available as non-builtin | Johannes Sixt | 1 | -4/+2 |
2009-11-10 | format-patch: Always generate a patch | Björn Gustavsson | 1 | -0/+18 |
2009-11-08 | format-patch: make "-p" suppress diffstat | Jeff King | 1 | -0/+21 |
2009-08-09 | tests: provide $TRASH_DIRECTORY variable | Jeff King | 1 | -2/+1 |
2009-05-16 | tests: Add tests for missing format-patch long options | Stephen Boyd | 1 | -0/+11 |
2009-03-27 | format-patch: add arbitrary email headers | Michael Hendricks | 1 | -0/+15 |
2009-03-19 | test-lib: Introduce test_chmod and use it instead of update-index --chmod | Johannes Sixt | 1 | -3/+1 |
2009-02-21 | format-patch: support deep threading | Thomas Rast | 1 | -0/+120 |
2009-02-21 | format-patch: thread as reply to cover letter even with in-reply-to | Thomas Rast | 1 | -3/+6 |
2009-02-19 | format-patch: threading test reactivation | Thomas Rast | 1 | -39/+103 |
2009-01-21 | Merge branch 'jc/maint-format-patch-o-relative' | Junio C Hamano | 1 | -1/+51 |
2009-01-12 | Teach format-patch to handle output directory relative to cwd | Junio C Hamano | 1 | -1/+51 |
2008-08-26 | format-patch: use default diff format even with patch options | Jeff King | 1 | -0/+25 |
2008-06-14 | fix whitespace violations in test scripts | Jeff King | 1 | -3/+3 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -1/+1 |
2008-03-02 | format-patch: wrap cover-letter's shortlog sensibly | Johannes Schindelin | 1 | -0/+19 |
2008-03-02 | format-patch: use the diff options for the cover letter, too | Johannes Schindelin | 1 | -4/+14 |
2008-02-23 | t4014: Replace sed's non-standard 'Q' by standard 'q' | Steffen Prohaska | 1 | -4/+4 |
2008-02-19 | Support a --cc=<email> option in format-patch | Daniel Barkalow | 1 | -0/+8 |
2008-02-19 | Combine To: and Cc: headers | Daniel Barkalow | 1 | -1/+1 |
2008-02-19 | Fix format.headers not ending with a newline | Daniel Barkalow | 1 | -1/+1 |
2008-02-19 | Add tests for extra headers in format-patch | Daniel Barkalow | 1 | -0/+34 |
2008-02-19 | Add a --cover-letter option to format-patch | Daniel Barkalow | 1 | -0/+26 |
2008-02-19 | Add more tests for format-patch | Daniel Barkalow | 1 | -0/+45 |
2007-09-18 | t/t4014: test "am -3" with mode-only change. | Junio C Hamano | 1 | -2/+5 |
2007-05-26 | Add tests for the last two fixes. | Junio C Hamano | 1 | -3/+22 |
2006-06-28 | t4014: fix test commit labels. | Junio C Hamano | 1 | -3/+3 |
2006-06-27 | t4014: fix for whitespace from "wc -l" | Johannes Schindelin | 1 | -4/+4 |
2006-06-26 | t4014: add format-patch --ignore-if-in-upstream test | Junio C Hamano | 1 | -0/+69 |