Skip to content
malex984 edited this page Jan 30, 2013 · 17 revisions

Here is a list of authored suspicious commits for the following status:

Note: please strike whole commit lines, while noting about its resolution, e.g. by pointing out to the corresponding SW commit.

The lists above are according to the following respository state:

and were generated using a variation of the following commands

$ git cherry spielwiese master|grep '+ '|wc -l 866 commit with 'missing' changes...

$ git cherry spielwiese master|grep '+ '|sed -e 's/^[+] //g' > pp $ cat pp | wc -l 866

NOTE: many changes may already be in SW, due to renameing/moving around

$ cat pp | xargs -n 1 git log -1 '--pretty=format:%an%n' | sort | uniq > aaa

Adrian Popescu Alexander Dreyer Andreas Steenpass Bernhard R. Link Burcin Erocal Christian Eder Daniel Andres Hans Schoenemann Janko Boehm Martin Lee Max Horn mlee Mohamed Barakat Viktor Levandovskyy Yue Ren

$ cat pp | xargs -n 1 git log -1 '--pretty=format:%an[%ai]{%H}%s%n' | sort > llll

Clone this wiki locally