Skip to content

Commit 7733b27

Browse files
escgitster
authored andcommitted
git-svn.txt: small typeface improvements
Mark subcommand names as 'subcommand' to make them stand out. Signed-off-by: Valentin Haenel <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c88d18f commit 7733b27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-svn.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -562,14 +562,14 @@ For 'branch' and 'tag', display the urls that will be used for copying when
562562
creating the branch or tag.
563563

564564
--use-log-author::
565-
When retrieving svn commits into git (as part of fetch, rebase, or
566-
dcommit operations), look for the first From: or Signed-off-by: line
565+
When retrieving svn commits into git (as part of 'fetch', 'rebase', or
566+
'dcommit' operations), look for the first `From:` or `Signed-off-by:` line
567567
in the log message and use that as the author string.
568568
--add-author-from::
569569
When committing to svn from git (as part of 'commit-diff', 'set-tree' or 'dcommit'
570570
operations), if the existing log message doesn't already have a
571-
From: or Signed-off-by: line, append a From: line based on the
572-
git commit's author string. If you use this, then --use-log-author
571+
`From:` or `Signed-off-by:` line, append a `From:` line based on the
572+
git commit's author string. If you use this, then `--use-log-author`
573573
will retrieve a valid author string for all commits.
574574

575575

0 commit comments

Comments
 (0)