-
Notifications
You must be signed in to change notification settings - Fork 0
cherry
$ 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:
-
MASTER: 43c95fa69f2ee9749253da3d6c774754bbe2bb08
-
SW_HEAD: 1f1fb0ae2d0228deb0e78489ca037165df05672b (splitting commit between MASTER and SW: f7aa39526897f0cb0f803b96ad0f1bd33c6f27f6)
-
Martin-Lee (including mlee)