Meta/V: make the version string usable for cut & paste

todo
Junio C Hamano 2007-04-18 02:41:33 -07:00
parent 3edc212b4d
commit 0825bf8202
1 changed files with 1 additions and 0 deletions

1
V
View File

@ -12,6 +12,7 @@ do
then
in= out= installed=
else
installed=$(git describe $version)
in="" out="" installed=" $installed"
fi
echo "$in$v$out $(git-describe refs/heads/$v)$installed"