Author: cosurgi
Date: 2009-02-23 17:18:55 +0100 (Mon, 23 Feb 2009)
New Revision: 1684

Modified:
   trunk/AUTHORS
Log:
sorry for bumping up revisions....


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS       2009-02-23 14:08:17 UTC (rev 1683)
+++ trunk/AUTHORS       2009-02-23 16:18:55 UTC (rev 1684)
@@ -1,14 +1,26 @@
-Andrzej Oszer        <[email protected]>  
-Artur R. Czechowski  <[email protected]>    
-Bruno Chareyre       <[email protected]>   
-Feng Chen            <[email protected]>     
-Janek Kozicki        <[email protected]>    
-Jean-François Jerier <[email protected]>   
-Jerome Duriez        <[email protected]>    
-Lionel Favier        <[email protected]>    
-Luc Sibille          <[email protected]> 
-Olivier Galizzi      <[email protected]>    
-Sergei Dorofeenko    <[email protected]>       
-Thibault Lhermitte   <[email protected]>  
-Vaclav Smilauer      <[email protected]>    
-Vincent Richefeu     <[email protected]>   
+svn blame lines count as of r.1683
+find -iname "*[hc]pp" -exec svn blame {} \; | awk '{print $2}' | sort | uniq 
-c | sort -rn
+
+38752 Vaclav Smilauer      <[email protected]>    
+33887 Janek Kozicki        <[email protected]>    
+11962 Bruno Chareyre       <[email protected]>   
+10446 Olivier Galizzi      <[email protected]>    
+ 4448 Sergei Dorofeenko    <[email protected]>       
+ 3787 Vincent Richefeu     <[email protected]>   
+ 3360 Jerome Duriez        <[email protected]>    
+  835 Jean-François Jerier <[email protected]>   
+  201 Feng Chen            <[email protected]>     
+    0 Thibault Lhermitte   <[email protected]>  
+    0 Luc Sibille          <[email protected]> 
+    0 Lionel Favier        <[email protected]>    
+    0 Artur R. Czechowski  <[email protected]>    
+    0 Andrzej Oszer        <[email protected]>  
+
+
+To produce a signature for some specific file, use this command:
+
+svn blame core/MetaBody.hpp | awk '{print $2}' | sort | uniq -c | \
+sort -rn | awk '{print $2}' | \
+xargs -n 1 -I person fgrep person AUTHORS | \
+sed -e 's/ *[0-9]* \(.*\)/* (C) \1                 */'
+


_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to