Browse Source

git2spec.pl: detect renames

master
Harald Hoyer 12 years ago
parent
commit
03a44f0bf0
  1. 2
      git2spec.pl

2
git2spec.pl

@ -20,7 +20,7 @@ sub create_patches { @@ -20,7 +20,7 @@ sub create_patches {
my $tag=shift;
my $pdir=shift;
my $num=0;
open( GIT, 'git format-patch -N --no-signature -o "'.$pdir.'" '.$tag.' |');
open( GIT, 'git format-patch -M -N --no-signature -o "'.$pdir.'" '.$tag.' |');
@lines=<GIT>;
close GIT; # be done
return @lines;

Loading…
Cancel
Save