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