Fix git-format-patch -s to include a Signed-off-by: line...
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Jan 2006 20:03:41 +0000 (13:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Jan 2006 23:10:35 +0000 (15:10 -0800)
commitfc5be4fdaa063a667d17ae40e4ad130e2177b0f8
treef48f82c0ee59532e3c3300f5d24ee7e85c017f18
parent205df2796de24320c86528051576dcd4546215f0
Fix git-format-patch -s to include a Signed-off-by: line...

In the last round of bug fixes the signed-off-by line was still be
generated but it was not including a signed-off-by line :(

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh