[kernel] r19465 - people/benh

Ben Hutchings benh at alioth.debian.org
Mon Oct 29 03:35:58 UTC 2012


Author: benh
Date: Mon Oct 29 03:35:57 2012
New Revision: 19465

Log:
git-format-patch-for-backport: Drop the '[PATCH]' subject prefix

Modified:
   people/benh/git-format-patch-for-backport

Modified: people/benh/git-format-patch-for-backport
==============================================================================
--- people/benh/git-format-patch-for-backport	Mon Oct 29 03:35:17 2012	(r19464)
+++ people/benh/git-format-patch-for-backport	Mon Oct 29 03:35:57 2012	(r19465)
@@ -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 }



More information about the Kernel-svn-changes mailing list