chiark / gitweb /
gitk stuff
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Nov 2016 00:52:58 +0000 (00:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Nov 2016 00:52:58 +0000 (00:52 +0000)
0000-gitk-cover-letter.txt
gitktagmkseries

index adfc5c65b3d82e3e8b57dcffbd34758b8c71c42d..51f965f14170c5ded7d9bbca9aeadb1d2ef0c599 100644 (file)
@@ -1,5 +1,7 @@
 From 4137ab3807278b2576d9d682eb7896d17257cc89 Mon Sep 17 00:00:00 2001
 From: Ian Jackson <ijackson@chiark.greenend.org.uk>
+CC: Junio C Hamano <gitster@pobox.com>,
+    Paul Mackerras <paulus@samba.org>
 Date: Tue, 8 Nov 2016 00:40:41 +0000
 Subject: [PATCH 0/6] Provide for config to specify tags not to abbreviate
 
@@ -14,7 +16,8 @@ to introduce the new feature.
 
 There is one patch for git, to just document the new config variable.
 
-I hope this is the right way to submit this series.
+I hope this is the right way to submit this series.  Thanks for your
+attention.
 
 
 As I say in the patch "gitk: Provide for config to specify tags not to
index ecafbc61eb30732e9730ead1743cd94b0c58a3e0..a5988186375e7b5cb8e9d18ac90f3659d21694cf 100755 (executable)
@@ -3,6 +3,7 @@ set -e
 rm -rf ../d
 git checkout for-gitk-upstream
 git format-patch --subject-prefix='PATCH GITK' --cover-letter \
+    --cc 'Paul Mackerras <paulus@samba.org>' \
     -o ../d remotes/gitk/master
 count=$(ls -1 ../d | wc -l)
 
@@ -10,6 +11,7 @@ rename 's/$/-A/' ../d/0000-*
 
 git checkout for-git-upstream
 git format-patch -n --start-number=$(($count)) --cover-letter \
+   --cc 'Junio C Hamano <gitster@pobox.com>' \
    -o ../d remotes/upstream/master
 
 rename 's/$/-B/' ../d/0000-*