Re: diff master and own branch for review

2012-11-06 Thread Reza Shah
Hi Ben, Thanks for the info, just tried this and seems working fine. Regards, Reza On Wed, Nov 7, 2012 at 3:57 AM, Ben Cooksley wrote: > > You will want to merge master into your branch, which should then > allow you to generate a diff of only the changes in your branch. > > > Regards, > Ben >

Re: diff master and own branch for review

2012-11-06 Thread Ben Cooksley
On Tue, Nov 6, 2012 at 12:40 PM, Reza Shah wrote: > Hi, Hi Reza, > > I have created my own branch for porting c++ plasmoid to qml one. > > I created diff for review board manually, just doing git diff > master..rshah/comicqml, > then remove unnecessary diff from other application using kwrite. >