minor
authorJoey Hess <joey@kitenet.net>
Sat, 24 Jul 2010 05:13:15 +0000 (01:13 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 24 Jul 2010 05:13:15 +0000 (01:13 -0400)
delta-format.txt
pristine-gz

index 60269bf..4060631 100644 (file)
@@ -38,11 +38,10 @@ params
        Typically, only the compression level is needed (4th byte of the
        compressed file), and its matching parameter stored: -N.
        In some cases a -bN parameter is detected and stored.
-
 program
        Program used to compress. Almost everytime, it is bzip2 (or another
        implementation producing bit-identical results). pbzip2 might also be
        detected, but several parameters might interfere (-r, -pN).
 
        It may also be zgz (the params will include --old-bzip2 in this
-       case.)
+       case).
index 8caf59d..dbaf936 100755 (executable)
@@ -318,7 +318,6 @@ sub gendelta {
                params => "@params",
                filename => basename($filename),
                timestamp => $timestamp,
-
                (defined $xdelta ? (delta => $xdelta) : ()),
        });
 }