summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorSveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>2014-10-09 22:49:59 (GMT)
committerEric Wong <normalperson@yhbt.net>2014-10-24 22:55:48 (GMT)
commitf947ae4b655b5354ca2a7c2456e04d6567921160 (patch)
tree060ef96f9f9e473981e9ae608f4553655c68a439 /Documentation/git-svn.txt
parent2b6c613f1a873555475050bd8f5a22828f0d03a3 (diff)
downloadgit-f947ae4b655b5354ca2a7c2456e04d6567921160.zip
git-f947ae4b655b5354ca2a7c2456e04d6567921160.tar.gz
git-f947ae4b655b5354ca2a7c2456e04d6567921160.tar.bz2
git-svn.txt: advertise pushurl with dcommit
Advertise that the svn-remote.<name>.pushurl config key allows specifying the commit URL for the entire SVN repository in the documentation of the git svn dcommit command. Signed-off-by: Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net> Signed-off-by: Eric Wong <normalperson@yhbt.net>
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 ef8ef1c..af660f9 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -252,6 +252,10 @@ Use of 'dcommit' is preferred to 'set-tree' (below).
config key: svn-remote.<name>.commiturl
config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
+
+Note that the SVN URL of the commiturl config key includes the SVN branch.
+If you rather want to set the commit URL for an entire SVN repository use
+svn-remote.<name>.pushurl instead.
++
Using this option for any other purpose (don't ask) is very strongly
discouraged.