From b37977f33705489d41fd65cf9a3556a5ca60f1ea Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 20 Aug 2008 17:31:47 -0700 Subject: [PATCH] Allow building "jc special" as well --- Doit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doit b/Doit index 7b949f9cee..632f22e694 100755 --- 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