git-svn: remove ''--add-author-from' for 'commit-diff'
authorAndreas Heiduk <redacted>
Thu, 3 May 2018 18:48:28 +0000 (20:48 +0200)
committerJunio C Hamano <redacted>
Sun, 6 May 2018 09:38:43 +0000 (18:38 +0900)
The subcommand 'commit-diff' does not support the option
'--add-author-from'.

Signed-off-by: Andreas Heiduk <redacted>
Signed-off-by: Eric Wong <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-svn.txt

index 636e09048e8846b813166737ef58eef96eb3a3c4..11aefadf7a100177819f53a20aa099fb6db438a1 100644 (file)
@@ -700,7 +700,7 @@ creating the branch or tag.
 config key: svn.useLogAuthor
 
 --add-author-from::
-       When committing to svn from Git (as part of 'commit-diff', 'set-tree' or 'dcommit'
+       When committing to svn from Git (as part of 'set-tree' or 'dcommit'
        operations), if the existing log message doesn't already have a
        `From:` or `Signed-off-by:` line, append a `From:` line based on the
        Git commit's author string.  If you use this, then `--use-log-author`
git clone https://git.99rst.org/PROJECT