forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
cherry
Oleksandr Motsak edited this page Jan 16, 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