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:
6c70622
)
git2spec.pl: make rename diffs
author
Harald Hoyer
<harald@redhat.com>
Fri, 29 Jul 2011 09:12:07 +0000
(11:12 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Fri, 29 Jul 2011 09:12:44 +0000
(11:12 +0200)
git2spec.pl
patch
|
blob
|
history
diff --git
a/git2spec.pl
b/git2spec.pl
index 6e0bff8721d484c1748054f37b6ffd94e81716bc..8525ad26a719b749d39cbfdba17e37cb0b8fca5c 100755
(executable)
--- 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;