From 7f1d866be598155f3339160786f13f33e9f2df64 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 25 Mar 2007 23:37:43 -0700 Subject: [PATCH] Meta/V: separate branch and describe output with a HT --- V | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V b/V index f6553a4e4e..9c871bfd11 100755 --- a/V +++ b/V @@ -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