Re: [gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Hauke Lathus
On Friday 12 August 2011, Hauke Lathus wrote: > cat /dev/stdin > utf8cond.txt > iconv -f utf-8 -t utf8 utf8cond.txt >/dev/null 2> /dev/null && cat > utf8cond.txt || iconv -f iso-8859-1 -t utf-8 utf8cond.txt > rm utf8cond.txt The two middle lines would need to be concatenated into one, of course.

Re: [gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Hauke Lathus
On Friday 12 August 2011, Jeroen Asselman wrote: > I suppose there is a change that older commit messages are not UTF-8 > encoded, however I can't check all commit messages manually. > Anything particular I can or should do? I have once written a little shell script to use as a filter together wi

Re: [gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Jeroen Asselman
>> Create a valid authors file so all current and previous commiters on >> gtk-gnutella's source code are listed correctly. I will send a >> separate mail containing all the svn usernames we have now so that >> each person can indicate how he wants to be listed as an author in >> git. > > I never

Re: [gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Jeroen Asselman
Op 12 aug 2011, om 12:03 heeft Hauke Lathus het volgende geschreven: > Sounds like a useful process with respect to the current active > developers, but I suspect that there will be lots of commits in the deep > past whose authors are long gone. I would suggest to take the names and > email add

Re: [gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Alex
On Fri, Aug 12, 2011 at 09:05:43AM +0200, Jeroen Asselman wrote: > Hello all, > > Last year the discussion was started to move to git. We have decided to > continue with this process. > > Actions involved: > > Create a valid authors file so all current and previous commiters on > gtk-gnutella

Re: [gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Hauke Lathus
Hi Jeroen, On Friday 12 August 2011, Jeroen Asselman wrote: > Last year the discussion was started to move to git. We have decided > to continue with this process. Great! > Create a valid authors file so all current and previous commiters on > gtk-gnutella's source code are listed correctly. I w

[gtk-gnutella-devel] Preparations for moving to git

2011-08-12 Thread Jeroen Asselman
Hello all, Last year the discussion was started to move to git. We have decided to continue with this process. Actions involved: Create a valid authors file so all current and previous commiters on gtk-gnutella's source code are listed correctly. I will send a separate mail containing all t