Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
contrib/git-svn: version 0.10.0
author
Eric Wong
<normalperson@yhbt.net>
Sun, 26 Feb 2006 10:22:27 +0000
(
02:22
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 26 Feb 2006 23:04:59 +0000
(15:04 -0800)
New features deserve an increment of the minor version. This will very
likely become 1.0.0 unless release-critical bugs are found.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e17512f
)
diff --git
a/contrib/git-svn/git-svn.perl
b/contrib/git-svn/git-svn.perl
index 33977e5226b04683d06df157aedc003a978ccb22..0b7416526dfd3dd7a77e55a9963eaac8aacb6023 100755
(executable)
--- a/
contrib/git-svn/git-svn.perl
+++ b/
contrib/git-svn/git-svn.perl
@@
-8,7
+8,7
@@
$GIT_SVN_INDEX $GIT_SVN
$GIT_DIR $REV_DIR/;
$AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
-$VERSION = '0.
9.1
';
+$VERSION = '0.
10.0
';
$GIT_DIR = $ENV{GIT_DIR} || "$ENV{PWD}/.git";
$GIT_SVN = $ENV{GIT_SVN_ID} || 'git-svn';
$GIT_SVN_INDEX = "$GIT_DIR/$GIT_SVN/index";