-
Notifications
You must be signed in to change notification settings - Fork 0
cherry
Here is a list of authored suspicious commits for the following status:
-
Adrian-Popescu (Martin?)
-
Andreas-Steenpass (O., under investigation)
-
Bernhard-R.-Link(mostly changes indoc/
, that is, for later) -
Hans-Schoenemann (mostly done by Hans: only code changes)
-
Janko-Boehm(Janko?) -
Max-Horn(Mostly done by O.: only relevant code changes) -
Yue-Ren (there's no need to consider these commits. By the time the coding sprint starts, Yue will have a convex package for
spielwiese
reflecting the latest version available inmaster
) -
Martin-Lee (including
mlee
)
Note: please strike whole commit lines, while noting about its resolution at the end, e.g. by pointing out to the corresponding SW commit.
The lists above are according to the following respository state:
MASTER SHA: 43c95fa69f2ee9749253da3d6c774754bbe2bb08
SW SHA: 1f1fb0ae2d0228deb0e78489ca037165df05672b
splitting commit between MASTER and SW: f7aa39526897f0cb0f803b96ad0f1bd33c6f27f6
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.
Commit authors:
$ cat pp | xargs -n 1 git log -1 '--pretty=format:%an%n' | sort | uniq > aaa
$ cat 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
Detailed commit list:
$ cat pp | xargs -n 1 git log -1 '--pretty=format:%an[%ai]{%H}%s%n' | sort > llll