View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#462
I generated list of commits which are in modest PR1.3 branch, but missing in master (CSSU).

Code:
$ git cherry -v master PR1.3 | grep ^+ | grep -v week | grep -v 'change log' | grep -v Revert | sed 's/^+ \([0-9a-f]*\) /\1 /' | while read commit line; do if ! PAGER= git log master --oneline --grep="$line" | grep -q "$line"; then echo "$commit $line"; fi; done
Output is there: http://pastebin.com/nCxtvxDL
And discussion about it here: http://mg.pov.lt/maemo-ssu-irclog/#m...05-26.log.html

Ilew did some investigation what which commit is doing.
His result is here: http://pastebin.com/w5RTSEti
And discussion here: http://mg.pov.lt/maemo-ssu-irclog/#m...05-27T09:58:37

If somebody has time, feel free to reuse these data and add missing commits from PR1.3 branch to master.
 

The Following 6 Users Say Thank You to pali For This Useful Post: