octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46740] Add contributors from hg log to contri


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #46740] Add contributors from hg log to contributors.in
Date: Thu, 31 Mar 2016 08:26:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1

Follow-up Comment #2, bug #46740 (project octave):

Try to extract the contributors from the log without email:

hg log --template '{author}\n' | sed -e 's/<.*>//g' | sed -e 's/ *$//' | sort
| uniq > hg_authors


and then manually filter the output of

sort contributors.in | diff -uN - hg_authors


I guess this needs human invocation since the names often change in case, use
a nickname for commits or only sometimes use their second name.

But my list is longer:

+Akira Noda
+Alexander Graf
+Alexander Hansen
+Amod Mulay
+Andre da Costa Barros
+Ben Kurtz
+Bernardo Sulzbach
+Bill Denny
+Cillian O'Driscoll
+Claudius Zingerli
+Corbin Champion
+Craig Hudson
+Daisuke TAKAGO
+David Finkel
+Endre Kozma
+Garrett G Euler
+Gunnar Farneback
+Hartmut Gimpel
+Israel Herraiz
+Jen Stewart
+José Vallet
+Kostas Poulios
+Marco Cecchetti
+Melvin Robinson
+Michele Zaffalon
+Miguel Bazdresch
+Nicholas Musolino
+Nicholas R. Jankowski
+Oliver Heimlich
+Pascal Dupuis
+Piotr Held
+Rafael Monteiro
+Richard Crozier
+Rüdiger Sonderfeld
+Ryan Starret
+Sebastian Schöps
+Sergey Dudoladov
+Serhiy Zahoriya
+Stefan Husmann
+Sunghyun Cho
+Yu Liu


The differences between my list and from Tae
* Jeff Bai added patch #8396 (but is not in hg as author)
* Jacopo Corno uses nick jcorno in hg

So after this review I think Taes list is okay but some are still missing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46740>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]