From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NoGwj-0000GX-B1 for ltp-list@lists.sourceforge.net; Sun, 07 Mar 2010 13:55:05 +0000 Received: from mail-bw0-f219.google.com ([209.85.218.219]) by sfi-mx-3.v28.ch3.sourceforge.com with esmtp (Exim 4.69) id 1NoGwi-0008DV-4Y for ltp-list@lists.sourceforge.net; Sun, 07 Mar 2010 13:55:05 +0000 Received: by bwz19 with SMTP id 19so1705638bwz.6 for ; Sun, 07 Mar 2010 05:54:57 -0800 (PST) Message-ID: <4B93B02B.9090903@petalogix.com> Date: Sun, 07 Mar 2010 14:54:51 +0100 From: Michal Simek MIME-Version: 1.0 References: <20100227075348.GA3077@linux.vnet.ibm.com> <201003051635.50233.vapier@gentoo.org> <4B922D86.70704@petalogix.com> <201003061633.16026.vapier@gentoo.org> In-Reply-To: <201003061633.16026.vapier@gentoo.org> Subject: Re: [LTP] A note from Maintainer Reply-To: michal.simek@petalogix.com List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Mike Frysinger Cc: sachinp@linux.vnet.ibm.com, ltp-list@lists.sourceforge.net, jburke@redhat.com, ambar.seksena@calsoftinc.com, kamaleshb@in.ibm.com, doug.chapman@hp.com, risrajak@in.ibm.com, Cai Qian , Khem Raj , aneesh.kumar@linux.vnet.ibm.com, carmelo.amoroso@st.com, Nadia Derbey , Balbir Singh Mike Frysinger wrote: > On Saturday 06 March 2010 05:25:10 Michal Simek wrote: >> Mike Frysinger wrote: >>> On Saturday 27 February 2010 02:53:48 Rishikesh K Rajak wrote: >>>> We are in process of changing our sf.net host repository to >>>> GIT from CVS.[ Any input/discussion on this is highly appreciable ]. >>> the authorship info really should be fixed before anything is finalized. >>> and a git hook added to reject people pushing patches that lack proper >>> author/committer fields. these commits by "root" are a good example of >>> things that should not be happening. >> Agree. Do you know about any manual how to fix it by any script or setup >> that conversion? I mean to have any convert table where for example will >> be written conversion: >> vampier -> Mike Frysinger. >> root -> Subrata Modak > > i use this script: > #!/bin/bash > > tmp=$(mktemp) > cat << \EOF > ${tmp} > decode() { > awk -vid="$1" -vtype="$2" '$1 == id { > print "export GIT_"type"_NAME='\''" $3 " " $4 "'\'';" > print "export GIT_"type"_EMAIL='\''" $5 "'\'';" > }' ${author_file} > } > EOF > > for x in cvs-authors authors ; do > export author_file=${PWD}/.git/$x > [ -e ${author_file} ] && break > done > git filter-branch \ > --env-filter ". ${tmp};"' \ > eval `decode "${GIT_AUTHOR_NAME}" AUTHOR`; \ > eval `decode "${GIT_COMMITTER_NAME}" COMMITTER`; \ > ' "$@" > > rm -f $tmp > > use a normal authors file in like .git/authors and run it. the authors format > looks something like: > vapier = Mike Frysinger Nice. It is easy to use - there are only 20 people who did commits. git shortlog -s | cut -c8- I see that there are only three problematic names. uid311324 uid52817 uid59787 Thanks for fixing that repo - just use that Mike's script with correct authors file. Thanks, Michal > ... > -mike -- Michal Simek, Ing. (M.Eng) PetaLogix - Linux Solutions for a Reconfigurable World w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list