Difference between revisions of "Authors"
Jump to navigation
Jump to search
(→authors.txt: Removed Andrew Perry from the author list, as his contributions were in the design of relax rather than in committing code.) |
(→authors.txt: Changed Gary Thompson's name to match that used for the other relax committers.) |
||
Line 15: | Line 15: | ||
michaelbieri = Michael Bieri <michael dott bieri att nmr-relax dott com> | michaelbieri = Michael Bieri <michael dott bieri att nmr-relax dott com> | ||
semor = Sébastien Morin <sebastien att nmr-relax dott com> | semor = Sébastien Morin <sebastien att nmr-relax dott com> | ||
− | varioustoxins = | + | varioustoxins = Gary Thompson <garyt att nmr-relax dott com> |
</source> | </source> | ||
== See also == | == See also == | ||
[[Category:git]] | [[Category:git]] |
Revision as of 07:20, 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 <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>