[kernel-team] 23/47: git-format-patch-for-backport: Drop the '[PATCH]' subject prefix

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:30:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit 9a2c0386c9bb2bee3c68c73154b67cb171bfbd62
Author: Ben Hutchings <benh at debian.org>
Date:   Mon Oct 29 03:35:57 2012 +0000

    git-format-patch-for-backport: Drop the '[PATCH]' subject prefix
    
    svn path=/people/benh/; revision=19465
---
 scripts/benh/git-format-patch-for-backport | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/benh/git-format-patch-for-backport b/scripts/benh/git-format-patch-for-backport
index d9b5678..55976da 100755
--- a/scripts/benh/git-format-patch-for-backport
+++ b/scripts/benh/git-format-patch-for-backport
@@ -17,7 +17,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 set -e
-git format-patch "$@" | while read name; do
+git format-patch --subject-prefix='' "$@" | while read name; do
     printf '%s' "$name"
     mv "$name" "$name".orig
     awk 'BEGIN { comment = 0; IGNORECASE = 1 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list