Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
Allow digits in subversion username when generating authors list from…
Browse files Browse the repository at this point in the history
… svn log.
  • Loading branch information
bantu authored and drewdeponte committed Sep 6, 2010
1 parent 26ba5ff commit 7f2f210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ repository which name on its own line. This would allow you to easily
redirect the output of this command sequence to ~/.svn2git/authors and have
a very good starting point for your mapping.

$ svn log | grep -E "r[0-9]+ \| [a-z]+ \|" | awk '{print $3}' | sort | uniq
$ svn log | grep -E "r[0-9]+ \| [a-z0-9]+ \|" | awk '{print $3}' | sort | uniq

Debugging
---------
Expand Down

0 comments on commit 7f2f210

Please sign in to comment.