From: Sveinung Kvilhaugsvik Date: Thu, 9 Oct 2014 22:49:59 +0000 (+0200) Subject: git-svn.txt: advertise pushurl with dcommit X-Git-Tag: v2.2.0-rc0~1^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f947ae4b655b5354ca2a7c2456e04d6567921160?ds=inline git-svn.txt: advertise pushurl with dcommit Advertise that the svn-remote..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 Signed-off-by: Eric Wong --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index ef8ef1c545..af660f96a0 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..commiturl config key: svn.commiturl (overwrites all svn-remote..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..pushurl instead. ++ Using this option for any other purpose (don't ask) is very strongly discouraged.