Easiest way to cherry-pick only the authors: git log --author="Wido den Hollander" git log --pretty=format:'Wido...%s'
Thanks, Pradeep S -----Original Message----- From: Wido den Hollander [mailto:w...@widodh.nl] Sent: Tuesday, March 12, 2013 5:25 PM To: cloudstack-dev@incubator.apache.org Subject: [ACS41] Merge Debian packaging Hi, In the last meeting my #action was to merge the Debian packaging commits from master into 4.1, but I didn't get around doing so. I found some more time to test it all and it seems the packages are working pretty well. The package I tested mainly was the agent package, but the others should work as well. Now, my problem is the cherry-picking, since I didn't do that so often I'm looking for the easiest way to find all my commits (and from others) so those can be cherry-picked into 4.1. What's the easiest way to do this? Wido