diff options
author | Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net> | 2014-10-10 00:49:59 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2014-10-24 22:55:48 +0000 |
commit | f947ae4b655b5354ca2a7c2456e04d6567921160 (patch) | |
tree | 060ef96f9f9e473981e9ae608f4553655c68a439 | |
parent | 2b6c613f1a873555475050bd8f5a22828f0d03a3 (diff) | |
download | git-f947ae4b655b5354ca2a7c2456e04d6567921160.tar.gz git-f947ae4b655b5354ca2a7c2456e04d6567921160.tar.xz |
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>
-rw-r--r-- | Documentation/git-svn.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index ef8ef1c54..af660f96a 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. |