git-svn: make git svn --version work again
by requesting SVN::Core which is needed for the svn version. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Acked-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
parent
942c9aad4f
commit
b0779246a1
@ -351,6 +351,7 @@ information.
|
||||
}
|
||||
|
||||
sub version {
|
||||
::_req_svn();
|
||||
print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
|
||||
exit 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user