]> git.ozlabs.org Git - next-scripts/commitdiff
merge_msg: Add placeholders so we don't forget to fill them in
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Jun 2015 22:16:40 +0000 (08:16 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:53:55 +0000 (15:53 +1000)
merge_msg

index f5dc1d497f0c00113ecf9e4cc79aacdb9d89c4e9..dbee7ccdc4ed2ad5dbccc51d3e94797f1fbc15fe 100755 (executable)
--- a/merge_msg
+++ b/merge_msg
@@ -18,10 +18,10 @@ conf="a conflict"
        conf="conflicts"
 }
 
-subject="manual merge of the BRANCH tree with the  tree"
+subject="manual merge of the BRANCH tree with the FIXME tree"
 
 $(dirname $0)/message_helper $branch "$subject" <<EOF
-Today's linux-next merge of the BRANCH tree got $conf in $file between commit  ("") from the  tree and commit  ("") from the BRANCH tree.
+Today's linux-next merge of the BRANCH tree got $conf in $file between commit  ("") from the FIXME tree and commit  ("") from the BRANCH tree.
 
 I fixed it up (see below) and can carry the fix as necessary (no action
 is required).