Allow building "jc special" as well

This commit is contained in:
Junio C Hamano
2008-08-20 17:31:47 -07:00
parent 0844b87686
commit b37977f337

2
Doit
View File

@@ -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