Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-02-03 23:49:48 +0300
committerEric Wong <normalperson@yhbt.net>2007-02-23 11:57:11 +0300
commit9fa00b655cfd67bf344668a0d913f90ec9a8141d (patch)
treeeab7904de4d5852cd8ebdd5c36954423dd4b432f /git-svn.perl
parent502c1bf629154b4a248105b10346a06a6ff07387 (diff)
git-svn: just name the default svn-remote "svn" instead of "git-svn"
It can be confusing and redundant, since historically the default remote ref (not remote itself) has been "git-svn", too. Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-xgit-svn.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl
index 8c24012e7b..66b4c20fd9 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -10,7 +10,7 @@ $AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
$VERSION = '@@GIT_VERSION@@';
$ENV{GIT_DIR} ||= '.git';
-$Git::SVN::default_repo_id = 'git-svn';
+$Git::SVN::default_repo_id = 'svn';
$Git::SVN::default_ref_id = $ENV{GIT_SVN_ID} || 'git-svn';
$Git::SVN::Log::TZ = $ENV{TZ};