git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-svn.txt: advertise pushurl with dcommit
@ 2014-10-09 22:49 Sveinung Kvilhaugsvik
  2014-10-20  3:59 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Sveinung Kvilhaugsvik @ 2014-10-09 22:49 UTC (permalink / raw)
  To: git; +Cc: Sveinung Kvilhaugsvik

Advertise that the svn-remote.<name>.pushurl config key allows specifying
the commit URL for the entire SVN repository in the documenation of git
svn's dcommit command.

Signed-off-by: Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>
---
 Documentation/git-svn.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 44c970c..161ed29 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.
 
-- 
2.1.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-svn.txt: advertise pushurl with dcommit
  2014-10-09 22:49 [PATCH] git-svn.txt: advertise pushurl with dcommit Sveinung Kvilhaugsvik
@ 2014-10-20  3:59 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2014-10-20  3:59 UTC (permalink / raw)
  To: Sveinung Kvilhaugsvik; +Cc: git

Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net> wrote:
> Advertise that the svn-remote.<name>.pushurl config key allows specifying
> the commit URL for the entire SVN repository in the documenation of git
> svn's dcommit command.
> 
> Signed-off-by: Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>

Thanks, minor grammar+spelling fix to the commit message:

    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: Eric Wong <normalperson@yhbt.net>

Pushed with updated commit message to "master" of git://bogomips.org/git-svn

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-20  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 22:49 [PATCH] git-svn.txt: advertise pushurl with dcommit Sveinung Kvilhaugsvik
2014-10-20  3:59 ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).