Skip to content

Commit 12d3065

Browse files
escgitster
authored andcommitted
git-svn.txt: fix usage of --add-author-from
The option '--add-author-from' is used in 'commit-diff', 'set-tree', and 'dcommit' subcommands. Signed-off-by: Valentin Haenel <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec014ea commit 12d3065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Skip "branches" and "tags" of first level directories;;
150150
dcommit operations), look for the first From: or Signed-off-by: line
151151
in the log message and use that as the author string.
152152
--add-author-from;;
153-
When committing to svn from git (as part of commit or dcommit
153+
When committing to svn from git (as part of 'commit-diff', 'set-tree' or 'dcommit'
154154
operations), if the existing log message doesn't already have a
155155
From: or Signed-off-by: line, append a From: line based on the
156156
git commit's author string. If you use this, then --use-log-author

0 commit comments

Comments
 (0)