summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-02-23 19:14:13 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-02-23 19:14:13 -0800
commitd43c07b8ee6684a0df8636a0c849605f0ffc066f (patch)
treec449f4363cd3daad2a03712dd19d3ee94e038553 /Documentation/git-svn.txt
parentgit-p4: avoid syncing duplicate changes (diff)
parentgit-svn: read the dcommit url from the config file on a per remote basis (diff)
downloadtgif-d43c07b8ee6684a0df8636a0c849605f0ffc066f.tar.xz
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn: git-svn: read the dcommit url from the config file on a per remote basis git-svn: fix delete+add branch tracking with empty files git-svn: Create leading directories in create-ignore
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 3d456545d7..cda3389331 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -169,6 +169,10 @@ and have no uncommitted changes.
reused if a user is later given access to an alternate transport
method (e.g. `svn+ssh://` or `https://`) for commit.
+config key: svn-remote.<name>.commiturl
+
+config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
+
Using this option for any other purpose (don't ask)
is very strongly discouraged.
--