summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-10 03:55:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-10 03:55:58 +0000
commitfaa1e50737bfc349e8315c99a2ed59182fd557b1 (patch)
tree05ca5456c6a103f7632321128d3a325a68450748 /git-svn.txt
parentb53db3ca58a8a65d8de3b9fa048d410757edc38f (diff)
downloadgit-htmldocs-faa1e50737bfc349e8315c99a2ed59182fd557b1.tar.gz
Autogenerated HTML docs for v1.6.0-rc2-22-g71b9
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 773ae9654..1e644ca6d 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -138,6 +138,15 @@ and have no uncommitted changes.
+
--no-rebase;;
After committing, do not rebase or reset.
+--commit-url <URL>;;
+ Commit to this SVN URL (the full path). This is intended to
+ allow existing git-svn repositories created with one transport
+ method (e.g. `svn://` or `http://` for anonymous read) to be
+ reused if a user is later given access to an alternate transport
+ method (e.g. `svn+ssh://` or `https://`) for commit.
+
+ Using this option for any other purpose (don't ask)
+ is very strongly discouraged.
--
'log'::