i18n: do not overuse C_LOCALE_OUTPUT (grep)
[gitweb.git] / Documentation / git-svn.txt
index 6a6929dae03157e0ba1dd57516b050cd1553079f..4aa6404f4e7897c200983aa8f4fcdb7befbc5cec 100644 (file)
@@ -648,6 +648,16 @@ svn-remote.<name>.rewriteUUID::
        where the original UUID is not available via either useSvmProps
        or useSvnsyncProps.
 
+svn-remote.<name>.pushurl::
+
+       Similar to git's 'remote.<name>.pushurl', this key is designed
+       to be used in cases where 'url' points to an SVN repository
+       via a read-only transport, to provide an alternate read/write
+       transport. It is assumed that both keys point to the same
+       repository. Unlike 'commiturl', 'pushurl' is a base path. If
+       either 'commiturl' or 'pushurl' could be used, 'commiturl'
+       takes precedence.
+
 svn.brokenSymlinkWorkaround::
        This disables potentially expensive checks to workaround
        broken symlinks checked into SVN by broken clients.  Set this
@@ -877,3 +887,7 @@ reset) branches-maxRev and/or tags-maxRev as appropriate.
 SEE ALSO
 --------
 linkgit:git-rebase[1]
+
+GIT
+---
+Part of the linkgit:git[1] suite