Difference between revisions of "Authors"

From relax wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
==== authors.txt ====
 
==== authors.txt ====
 
Author information can be found at [https://gna.org/project/memberlist.php?group=relax gna project page.]
 
Author information can be found at [https://gna.org/project/memberlist.php?group=relax gna project page.]
 +
The email addresses has been obscured, so replace " att " with "@".
 
<source lang="text">
 
<source lang="text">
 
bugman = Edward d Auvergne <edward att nmr-relax dott com>
 
bugman = Edward d Auvergne <edward att nmr-relax dott com>

Revision as of 09:01, 22 July 2013

Cloning Subversion

Based on this post

Retrieve a list of all Subversion committers

svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u > authors.txt

authors.txt

Author information can be found at gna project page. The email addresses has been obscured, so replace " att " with "@".

bugman = Edward d Auvergne <edward att nmr-relax dott com>
edward = Edward d Auvergne <edward att nmr-relax dott com>
han87 = Han Sun <hasu att nmr dott mpibpc dott mpg dott de>
macraild = Chris MacRaild <macraild att wehi dott edu dott au>
michaelbieri = Michael Bieri <michael dott bieri att nmr-relax dott com>
semor = Sébastien Morin <sebastien att nmr-relax dott com>
varioustoxins = Gary Thompson <garyt att nmr-relax dott com>

See also

git_svn