Commit eced960
committed
Harden retrieval of author list from Subversion
In order to get a list of authors from a Subversion repository,
we extract the authors from the output of `svn log --xml`. We
then try to filter out the author field by grepping for 'author'.
This produces incorrect results in the case where a commit's
message contains the word 'author'.
Fix the issue by invoking `svn log --xml --quiet` instead, which
suppresses the commit's message.1 parent e95aba0 commit eced960
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments