summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-16 13:42:22 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-16 13:42:22 -0700
commit483c5786b3ffe4e1c0cd4a499b5fa532be487c6c (patch)
tree6949dc3ebb52d93f47109da68113abf7544aea1c /git-svn.txt
parented8c0825fa2aee89d0e1a13e1a528bf29160e41e (diff)
downloadgit-htmldocs-483c5786b3ffe4e1c0cd4a499b5fa532be487c6c.tar.gz
Autogenerated HTML docs for v1.7.7-325-g05f6ed
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index f977e8780..34ee78506 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -234,6 +234,14 @@ svn:mergeinfo property in the SVN repository when possible. Currently, this can
only be done when dcommitting non-fast-forward merges where all parents but the
first have already been pushed into SVN.
+--interactive;;
+ Ask the user to confirm that a patch set should actually be sent to SVN.
+ For each patch, one may answer "yes" (accept this patch), "no" (discard this
+ patch), "all" (accept all patches), or "quit".
+ +
+ 'git svn dcommit' returns immediately if answer if "no" or "quit", without
+ commiting anything to SVN.
+
'branch'::
Create a branch in the SVN repository.