Avoid doing the "filelist" thing, since "git-apply" picks up the files automatically
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:40:23 +0000 (09:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:40:23 +0000 (09:40 -0700)
commita196d8d4238f582b6441e8e0c56764679c266231
tree5be95bc0bc9ae01873d3d96649a4af2aa5dd8292
parentf48516746fada1405e476f04bc855bf91412ed46
Avoid doing the "filelist" thing, since "git-apply" picks up the files automatically

..and git-apply does a lot better job at it anyway.

Also, we break the comment/diff on a line that starts with "diff -", not
just on the "---" line.  Especially for git diffs, we actually want that
line in the diff.

(We should probably also break on "Index: ..." followed by "=====")
applypatch
dotest
mailinfo.c