git-svn: remove ''--add-author-from' for 'commit-diff'
The subcommand 'commit-diff' does not support the option '--add-author-from'. Signed-off-by: Andreas Heiduk <asheiduk@gmail.com> Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Andreas Heiduk committed
May 3, 2018 at 20:48 UTC
43d7f2d65ab456e09afd66a012d1db268cb16f4d
1 file changed
+1
-1
Documentation/git-svn.txt
+1
-1
@@ -700,7 +700,7 @@ creating the branch or tag.
700
config key: svn.useLogAuthor
701
702
--add-author-from::
703
- When committing to svn from Git (as part of 'commit-diff', 'set-tree' or 'dcommit'
703
+ When committing to svn from Git (as part of 'set-tree' or 'dcommit'
704
operations), if the existing log message doesn't already have a
705
`From:` or `Signed-off-by:` line, append a `From:` line based on the
706
Git commit's author string. If you use this, then `--use-log-author`