Allow building "jc special" as well
Junio C Hamano committed
Aug 20, 2008 at 17:31 UTC
b37977f33705489d41fd65cf9a3556a5ca60f1ea
1 file changed
+1
-1
Doit
+1
-1
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