git-svn: print out the SVN library version in --version, too
This could be useful in finding new problems and helping users debug. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
ed92f17026
commit
7d60ab2c15
@ -216,7 +216,7 @@ information.
|
||||
}
|
||||
|
||||
sub version {
|
||||
print "git-svn version $VERSION\n";
|
||||
print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
|
||||
exit 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user