Skip to content

Commit 62b962f

Browse files
committed
Make users.txt example consistent
1 parent ae4a335 commit 62b962f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ svn log --xml | grep author | sort -u | \
2828

2929
That generates the log output in XML format, then keeps only the lines with author information, discards duplicates, strips out the XML tags.
3030
(Obviously this only works on a machine with `grep`, `sort`, and `perl` installed.)
31-
Then, redirect that output into your users.txt file so you can add the equivalent Git user data next to each entry.
31+
Then, redirect that output into your `users.txt` file so you can add the equivalent Git user data next to each entry.
3232

3333
You can provide this file to `git svn` to help it map the author data more accurately.
3434
You can also tell `git svn` not to include the metadata that Subversion normally imports, by passing `--no-metadata` to the `clone` or `init` command.

0 commit comments

Comments
 (0)