projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1abd64
)
git2spec.pl: strip path from patches
author
Harald Hoyer
<harald@redhat.com>
Thu, 17 Nov 2011 10:01:41 +0000
(11:01 +0100)
committer
Harald Hoyer
<harald@redhat.com>
Thu, 17 Nov 2011 10:03:08 +0000
(11:03 +0100)
git2spec.pl
patch
|
blob
|
history
diff --git
a/git2spec.pl
b/git2spec.pl
index
27e5889
..
38f899a
100755
(executable)
--- a/
git2spec.pl
+++ b/
git2spec.pl
@@
-49,6
+49,7
@@
while(<>) {
print $_;
$num=1;
for(@patches) {
+ s/.*\///g;
print "Patch$num: $_";
$num++;
}