Meta/V: separate branch and describe output with a HT

Junio C Hamano committed Mar 25, 2007 at 23:37 UTC 7f1d866be598155f3339160786f13f33e9f2df64
1 file changed +1 -1
V
+1 -1
@@ -1,5 +1,5 @@
1 #!/bin/sh
2 for v in maint master next pu
3 do
4 - echo $v $(git-describe $v) $($HOME/git-$v/bin/git version)
4 + echo "$v $(git-describe $v) $($HOME/git-$v/bin/git version)"
5 done