From 47058aec784f7f3fba920567d634eb61c0a24712 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Oct 2016 01:06:32 +0100 Subject: Quilt output: Produce output like git-format-patch Do not .-convert the message and stuff it in Description. Instead, generate a normal-looking patch with From and Subject. Signed-off-by: Ian Jackson --- tests/tests/quilt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tests/quilt b/tests/tests/quilt index e11e1ad..37cb8d1 100755 --- a/tests/tests/quilt +++ b/tests/tests/quilt @@ -46,7 +46,7 @@ zorkmid-options-=-42 END for f in `cat debian/patches/series`; do - egrep -q '^Author.*ijackson@chiark' debian/patches/$f + egrep -q '^From.*ijackson@chiark' debian/patches/$f done t-822-field ../${p}_${v}_*.changes Changes | -- cgit v1.2.3