X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-svn.txt;h=34ee785064128bce0feb2cfc86d3040b42a8f428;hb=aa9828561e562a0b9ca559be4225de679b8e8be3;hp=f977e8780b5e152b18d07a61fde8c2f86f98a0ce;hpb=eee947fb95dfa160d924824518dbfcb350c10aa5;p=git.git diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index f977e8780..34ee78506 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/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.