[svn:parrot] r38449 - trunk

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Sun May 3 03:22:51 UTC 2009


Author: Infinoid
Date: Sun May  3 03:22:49 2009
New Revision: 38449
URL: https://trac.parrot.org/parrot/changeset/38449

Log:
[CREDITS] Add an "alias" (or "AKA") field to credits, to map usernames in other repositories back to the main username.
Dalek will use this to give karma to the right username.  Coke++ has agreed to be a test subject for this.

Modified:
   trunk/CREDITS

Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS	Sat May  2 14:28:33 2009	(r38448)
+++ trunk/CREDITS	Sun May  3 03:22:49 2009	(r38449)
@@ -8,8 +8,8 @@
     works.  It is sorted by name and formatted to allow easy
     grepping and beautification by scripts.
     The fields are: name (N), email (E), web-address (W),
-    description (D), subversion username (U) and snail-mail
-    address (S).
+    description (D), main username (U), alias usernames (A)
+    and snail-mail address (S).
 
         Thanks,
 
@@ -945,6 +945,7 @@
 
 N: Will "Coke" Coleda
 U: coke
+A: wcoleda
 E: will at coleda.com
 D: Tcl language (partcl), APL, website, various languages/ upkeep, misc.
 


More information about the parrot-commits mailing list