projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed92f17
)
git-svn: print out the SVN library version in --version, too
author
Eric Wong
<normalperson@yhbt.net>
Thu, 28 Dec 2006 09:16:20 +0000
(
01:16
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 28 Dec 2006 09:39:30 +0000
(
01:39
-0800)
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>
git-svn.perl
patch
|
blob
|
history
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
@@
information.
}
sub version {
- print "git-svn version $VERSION\n";
+ print "git-svn version $VERSION
(svn $SVN::Core::VERSION)
\n";
exit 0;
}