From 5921306dbe45034dff486d7a27a837cf392c8347 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 8 Nov 2016 00:52:58 +0000 Subject: [PATCH] gitk stuff --- 0000-gitk-cover-letter.txt | 5 ++++- gitktagmkseries | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/0000-gitk-cover-letter.txt b/0000-gitk-cover-letter.txt index adfc5c6..51f965f 100644 --- a/0000-gitk-cover-letter.txt +++ b/0000-gitk-cover-letter.txt @@ -1,5 +1,7 @@ From 4137ab3807278b2576d9d682eb7896d17257cc89 Mon Sep 17 00:00:00 2001 From: Ian Jackson +CC: Junio C Hamano , + Paul Mackerras 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 diff --git a/gitktagmkseries b/gitktagmkseries index ecafbc6..a598818 100755 --- a/gitktagmkseries +++ b/gitktagmkseries @@ -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 ' \ -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 ' \ -o ../d remotes/upstream/master rename 's/$/-B/' ../d/0000-* -- 2.30.2