From 0825bf820299e123191539dc2be55a41182a2700 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 18 Apr 2007 02:41:33 -0700 Subject: [PATCH] Meta/V: make the version string usable for cut & paste --- V | 1 + 1 file changed, 1 insertion(+) diff --git a/V b/V index d23bc59f05..8c4a6d40e9 100755 --- a/V +++ b/V @@ -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"