Skip to content

Commit

Permalink
work/pull_request: handle -linus not -next
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Oct 3, 2012
1 parent 8935ba3 commit 5cfa2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions work/pull_request
Expand Up @@ -17,7 +17,7 @@ chomp($q);
if ($q eq "") {
$q = $version;
}
print "git tag -u kroah.com -s $tree-$q $tree-linus\n";
#print "git tag -u kroah.com -s $tree-$q $tree-next\n";
#print "git tag -u kroah.com -s $tree-$q $tree-linus\n";
print "git tag -u kroah.com -s $tree-$q $tree-next\n";
print "git push origin $tree-$q\n";
print "echo \"git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/$tree.git/ $tree-$q > msg.txt\" > do.sh\n";

0 comments on commit 5cfa2df

Please sign in to comment.