]> granicus.if.org Git - git/commitdiff
git-svn.txt: advertise pushurl with dcommit
authorSveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>
Thu, 9 Oct 2014 22:49:59 +0000 (00:49 +0200)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Oct 2014 22:55:48 +0000 (22:55 +0000)
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>
Documentation/git-svn.txt

index ef8ef1c545bbc14366ec71d904ad77b2a74802ff..af660f96a0f0dd6bee221d77662439dabec86dc0 100644 (file)
@@ -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.