]> git.ipfire.org Git - thirdparty/git.git/commit
Allow format-patch to attach patches
authorMike McCormack <mike@codeweavers.com>
Mon, 6 Mar 2006 13:12:12 +0000 (22:12 +0900)
committerJunio C Hamano <junkio@cox.net>
Tue, 7 Mar 2006 01:04:53 +0000 (17:04 -0800)
commit19bb732728e0e58790b7045250ed47d4831fade5
tree1c955fed1754c24ecefa535863ee0245a68a8b78
parent00333ca35c5986e44d4cd4fd59433200d916f77e
Allow format-patch to attach patches

The --attach patch to git-format-patch to attach patches instead of
inlining them.  Some mailers linewrap inlined patches (eg. Mozilla).

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh