summaryrefslogtreecommitdiff
path: root/git2spec.pl
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-07-29 11:12:07 +0200
committerHarald Hoyer <harald@redhat.com>2011-07-29 11:12:44 +0200
commitaaced3f9909dddc0ff858634711c3e97b80b09ec (patch)
treef0d24ef3d507ba72e407d4b7e3cb406c45d66152 /git2spec.pl
parent6c706227f55161c31d17769155c179180e5be75e (diff)
downloaddracut-aaced3f9909dddc0ff858634711c3e97b80b09ec.tar.gz
dracut-aaced3f9909dddc0ff858634711c3e97b80b09ec.tar.bz2
dracut-aaced3f9909dddc0ff858634711c3e97b80b09ec.zip
git2spec.pl: make rename diffs
Diffstat (limited to 'git2spec.pl')
-rwxr-xr-xgit2spec.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git2spec.pl b/git2spec.pl
index 6e0bff87..8525ad26 100755
--- a/git2spec.pl
+++ b/git2spec.pl
@@ -19,7 +19,7 @@ sub last_tag {
sub create_patches {
my $tag=shift;
my $num=0;
- open( GIT, 'git format-patch -M -N --no-signature '.$tag.' |');
+ open( GIT, 'git format-patch --no-renames -N --no-signature '.$tag.' |');
@lines=<GIT>;
close GIT; # be done
return @lines;