Meta/V checks the versions of four primary integration branches.

todo
Junio C Hamano 2007-03-04 22:31:18 -08:00
parent 8368eb5e07
commit 2b7f6ea943
1 changed files with 5 additions and 0 deletions

5
V Executable file
View File

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