]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Allow building "jc special" as well
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2008 00:31:47 +0000 (17:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2008 00:31:47 +0000 (17:31 -0700)
Doit

diff --git a/Doit b/Doit
index 7b949f9ceebe9f408686117c07a5f50f6588a430..632f22e6946dc857ad0968aa551bfae6bdb617b9 100755 (executable)
--- a/Doit
+++ b/Doit
@@ -17,7 +17,7 @@ test -z "$(git diff --cached --name-status)" || {
 }
 Meta/Make clean >/dev/null 2>&1
 
-: ${branches='next master maint pu'}
+: ${branches='next master maint pu jch'}
 
 for branch in $branches
 do