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

todo
Junio C Hamano 2007-03-25 23:37:43 -07:00
parent 29eeff671a
commit 7f1d866be5
1 changed files with 1 additions and 1 deletions

2
V
View File

@ -1,5 +1,5 @@
#!/bin/sh
for v in maint master next pu
do
echo $v $(git-describe $v) $($HOME/git-$v/bin/git version)
echo "$v $(git-describe $v) $($HOME/git-$v/bin/git version)"
done