projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b316d5
)
Add --check=crc32 to list of allowed parameters
author
Mike Miller
<mtmiller@ieee.org>
Sun, 1 Apr 2012 14:55:34 +0000
(10:55 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 1 Apr 2012 16:21:10 +0000
(12:21 -0400)
Signed-off-by: Mike Miller <mtmiller@ieee.org>
pristine-xz
patch
|
blob
|
history
diff --git
a/pristine-xz
b/pristine-xz
index 87be90acd9a2a5217c97ae691c1e6b5386fdb67a..bffaf3d033cc843ba1f6689cea67752c8c7e099f 100755
(executable)
--- a/
pristine-xz
+++ b/
pristine-xz
@@
-189,6
+189,7
@@
sub genxz {
next if $param=~/^(-[0-9]e?)$/;
next if $param eq '-z';
+ next if $param eq '--check=crc32';
die "paranoia check failed on params from delta (@params)";
}
@params=split(' ', $delta->{params});