Skip to content

Commit aaaa4df

Browse files
authored
Merge pull request #600 from pks-t/pks/harden-svn-author-list
Harden retrieval of author list from Subversion
2 parents 1b34327 + eced960 commit aaaa4df

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
@@ -22,7 +22,7 @@ To get a list of the author names that SVN uses, you can run this:
2222

2323
[source,console]
2424
----
25-
$ svn log --xml | grep author | sort -u | \
25+
$ svn log --xml --quiet | grep author | sort -u | \
2626
perl -pe 's/.*>(.*?)<.*/$1 = /'
2727
----
2828

0 commit comments

Comments
 (0)