[PATCH v3 5/7] git-svn: remove ''--add-author-from' for 'commit-diff'
From: Andreas Heiduk <hidden>
Date: 2018-05-03 18:49:10
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Andreas Heiduk <hidden>
Date: 2018-05-03 18:49:10
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
The subcommand 'commit-diff' does not support the option '--add-author-from'. Signed-off-by: Andreas Heiduk <redacted> Signed-off-by: Eric Wong <redacted> --- Documentation/git-svn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index d59379ee23..e9615951d2 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt@@ -707,7 +707,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`
--
2.16.2