Skip to content
Oleksandr Motsak edited this page Jan 21, 2013 · 13 revisions

$ 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

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

Clone this wiki locally