Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: print out the SVN library version in --version, too
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 0ef13b26a34711715fe74df9c464a7e4c7b39455..a772ce81e734d44adece95ee6f6c4e2f7e095d9d 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-216,7
+216,7
@@
sub usage {
}
sub version {
- print "git-svn version $VERSION\n";
+ print "git-svn version $VERSION
(svn $SVN::Core::VERSION)
\n";
exit 0;
}