summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-31 18:50:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-31 18:50:20 (GMT)
commitef59f324b0a61ce8a74fd6d1e10773739e335280 (patch)
treeb08d2632e271ee2b538486913efcfa0c7cc223bd /Documentation
parent1d42cf3c6c578003f35d32cb7b98aa19a96a17c1 (diff)
parent7ffa35b0479dac547659f06b8a6ea7d31c57cc05 (diff)
downloadgit-ef59f324b0a61ce8a74fd6d1e10773739e335280.zip
git-ef59f324b0a61ce8a74fd6d1e10773739e335280.tar.gz
git-ef59f324b0a61ce8a74fd6d1e10773739e335280.tar.bz2
Merge branch 'for-junio' of git://bogomips.org/git-svn
* 'for-junio' of git://bogomips.org/git-svn: git-svn: use SVN::Ra::get_dir2 when possible git-svn: add space after "W:" prefix in warning git-svn: (cleanup) remove editor param passing git-svn: prepare SVN::Ra config pieces once Git.pm: add specified name to tempfile template git-svn: disable _rev_list memoization git-svn: save a little memory as fetch progresses git-svn: remove unnecessary DESTROY override git-svn: reload RA every log-window-size git-svn.txt: advertise pushurl with dcommit git-svn: remove mergeinfo rev caching git-svn: cache only mergeinfo revisions git-svn: reduce check_cherry_pick cache overhead git-svn: only look at the root path for svn:mergeinfo git-svn: only look at the new parts of svn:mergeinfo
Diffstat (limited to 'Documentation')
-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.