mirror of
https://github.com/git/git.git
synced 2026-08-09 17:40:16 +00:00
V & Doit: be careful with differences between branch and revision.
This commit is contained in:
2
Doit
2
Doit
@@ -29,7 +29,7 @@ do
|
||||
continue
|
||||
}
|
||||
|
||||
if installed=$($HOME/git-$v/bin/git version) &&
|
||||
if installed=$($HOME/git-$branch/bin/git version) &&
|
||||
{
|
||||
version=$(expr "$installed" : '.*\.g\([0-9a-f]*\)$') ||
|
||||
version=v$(expr "$installed" : 'git version \(.*\)')
|
||||
|
||||
Reference in New Issue
Block a user