Additionally build JCH private edition
Junio C Hamano committed
Sep 18, 2008 at 20:12 UTC
f3b63d7ee8c033851cbcd35a34dd68c279337c51
1 file changed
+1
-1
V
+1
-1
index 572cc78b6a..e926624ad7 100755
--- a/V
+++ b/V
@@ -1,6 +1,6 @@
#!/bin/sh
-for v in maint master next pu
+for v in maint master next pu jch
do
installed=$($HOME/git-$v/bin/git version)
if version=$(expr "$installed" : '.*\.g\([0-9a-f]*\)$')