Browse Source

git2spec.pl: strip path from patches

master
Harald Hoyer 13 years ago
parent
commit
a9e8ca4ab4
  1. 1
      git2spec.pl

1
git2spec.pl

@ -49,6 +49,7 @@ while(<>) { @@ -49,6 +49,7 @@ while(<>) {
print $_;
$num=1;
for(@patches) {
s/.*\///g;
print "Patch$num: $_";
$num++;
}

Loading…
Cancel
Save