Skip to content

Commit fb9476d

Browse files
authored
Merge pull request #1337 from Morganov/fix-formatting
Wrap note to fix formatting accordingly to main style
2 parents 56cf0b2 + 34b1c7a commit fb9476d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/09-git-and-other-scms/sections/import-svn.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ The metadata includes a `git-svn-id` inside each commit message that Git will ge
4242
This can bloat your Git log and might make it a bit unclear.
4343

4444
[NOTE]
45+
====
4546
You need to keep the metadata when you want to mirror commits made in the Git repository back into the original SVN repository.
46-
4747
If you don't want the synchronization in your commit log, feel free to omit the `--no-metadata` parameter.
48+
====
4849

4950
This makes your `import` command look like this:
5051

0 commit comments

Comments
 (0)