зеркало из https://github.com/microsoft/git.git
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:
Родитель
ed92f17026
Коммит
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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче