Difference between revisions of "Authors"
Jump to navigation
Jump to search
(→authors.txt: Abstracted all of the email addresses to avoid harvesting by spam bots.) |
|||
Line 9: | Line 9: | ||
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.] | ||
<source lang="text"> | <source lang="text"> | ||
− | bugman = Edward d Auvergne <edward | + | bugman = Edward d Auvergne <edward att nmr-relax dott com> |
− | edward = Edward d Auvergne <edward | + | edward = Edward d Auvergne <edward att nmr-relax dott com> |
− | han87 = Han Sun <hasu | + | han87 = Han Sun <hasu att nmr dott mpibpc dott mpg dott de> |
− | macraild = Chris MacRaild <c | + | macraild = Chris MacRaild <c dott a dott macraild att leeds dott ac dott uk> |
− | michaelbieri = Michael Bieri <michael.bieri | + | michaelbieri = Michael Bieri <michael.bieri att gmx dott ch> |
− | pansapiens = Andrew Perry <pansapiens | + | pansapiens = Andrew Perry <pansapiens att pansapiens dott com> |
− | semor = Sébastien Morin <sebastien | + | semor = Sébastien Morin <sebastien dott morin att unibas dott ch> |
− | varioustoxins = Dr Gary S Thompson <garyt | + | varioustoxins = Dr Gary S Thompson <garyt att bmb dott leeds dott ac dott uk> |
</source> | </source> | ||
== See also == | == See also == | ||
[[Category:git]] | [[Category:git]] |
Revision as of 06:54, 22 July 2013
Contents
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.
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 <c dott a dott macraild att leeds dott ac dott uk>
michaelbieri = Michael Bieri <michael.bieri att gmx dott ch>
pansapiens = Andrew Perry <pansapiens att pansapiens dott com>
semor = Sébastien Morin <sebastien dott morin att unibas dott ch>
varioustoxins = Dr Gary S Thompson <garyt att bmb dott leeds dott ac dott uk>