Skip to content

Commit

Permalink
svn-authors format
Browse files Browse the repository at this point in the history
  • Loading branch information
bavovna committed Apr 30, 2011
1 parent ecf6f47 commit 57521bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions svn-authors.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
authors=$(svn log -q | grep -e '^r' | awk 'BEGIN { FS = "|" } ; { print $2 }' | sort | uniq)
for author in ${authors}; do
echo "${author} = NAME <USER@DOMAIN>";
done

0 comments on commit 57521bd

Please sign in to comment.