summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed92f17)
raw | patch | inline | side by side (parent: ed92f17)
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>
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
}
sub version {
- print "git-svn version $VERSION\n";
+ print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
exit 0;
}