summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-04-09 00:41:17 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-04-09 00:41:17 +0000
commit424a9319932c7d9ff6a3fca54d76218c6e63a9e9 (patch)
tree3d9e3812c6952c1fb5ce57f18deef72b943eff85
parent367ebd4d4777c826c7bcb4ddeb1b02a0b7146ef5 (diff)
downloadquilt-424a9319932c7d9ff6a3fca54d76218c6e63a9e9.tar.gz
The change from Mar 24 caused empty lines to be removed in
patch descriptions.
-rw-r--r--quilt.changes6
-rw-r--r--scripts/patchfns.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 12cb880..246e4b9 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Apr 9 02:38:30 CEST 2003 - agruen@suse.de
+
+- The change from Mar 24 caused empty lines to be removed in
+ patch descriptions.
+
+-------------------------------------------------------------------
Mon Apr 7 16:03:55 CEST 2003 - agruen@suse.de
- `head -1' and `tail -1' is non-standard and deprecated, and
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 476d6aa..a1c39bf 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -603,7 +603,7 @@ patch_description()
then
@AWK@ '
$1 == "---" { exit }
- /^Index:[ \t]|^diff[ \t]|^=*$/ \
+ /^Index:[ \t]|^diff[ \t]|^==*$/ \
{ eat = eat $0
next }
eat { print eat