quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [patch] Error in output for deleted file w/timestamps enable


From: James Rowe
Subject: [Quilt-dev] [patch] Error in output for deleted file w/timestamps enabled
Date: Mon, 30 Aug 2004 06:06:13 -0000
User-agent: Mutt/1.5.6+20040722i

From: James Rowe <address@hidden>
Severity: Minor
Status: Done
Section: !avail
Conflicts: cvs_style_-m-F_options.patch, replace-backup_files-pdelta.patch
Closes: #498149

  With timestamps enabled new_date can be incorrectly set if new_file is
/dev/null.  For example, when diff'ing a file which has been deleted the output
will be: 

x       Index: test/test
x       ===================================================================
x       --- test.orig/test      2004-07-19 16:34:12.823541788 +0100
x       +++ /dev/null1970-01-01 00:00:00.000000000 +0000
x       @@ -1 +0,0 @@
x       -Example

---

 patchfns.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)$

--- quilt-0.35/scripts/patchfns.in      2004-07-15 23:02:46.000000000 +0100
+++ quilt-0.35/scripts/patchfns.in      2004-08-30 05:17:42.805031160 +0100
@@ -532,7 +532,7 @@ diff_file()
                new_file=/dev/null
                new_hdr=/dev/null
                [ -n "$QUILT_NO_DIFF_TIMESTAMPS" ] \
-               || new_date="1970-01-01 00:00:00.000000000 +0000"
+               || new_date=$'\t'"1970-01-01 00:00:00.000000000 +0000"
        else
                [ -n "$QUILT_NO_DIFF_TIMESTAMPS" ] \
                || new_date=$'\t'$(date +'%Y-%m-%d %H:%M:%S.%N %z' \

-- 

Public key: http://www.jnrowe.ukfsn.org/files/gpg.asc
            http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD1279738
Key fingerprint: 7721 D12B 822B 20FE FCE6  B2B7 7CDF C9DF D16A 87D7

"I think there is a world market for maybe five computers."
--Thomas Watson, chairman of IBM, 1943.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]