Re: [Libreoffice] Need help to generate patch with git

2011-08-31 Thread Eike Rathke
Hi Khaled, On Wednesday, 2011-08-31 03:26:30 +0200, Khaled Hosny wrote: > `git rebase` is your friend: > http://help.github.com/rebase/ It never occurred to me that rebase has this squash functionality. I should read more manpages.. thanks a lot! Just used it on your three joining type patches

Re: [Libreoffice] Need help to generate patch with git

2011-08-31 Thread Regina Henschel
Hi all, thanks for all your tips. I had a look at 'StGit', it seems to help me, so I will give it a try. For the workflow with branches, I will start a new build, when I'm back from 'Hackfest München'. Kind regards Regina ___ LibreOffice mailing l

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Khaled Hosny
On Wed, Aug 31, 2011 at 03:11:58AM +0200, Eike Rathke wrote: > Hi Khaled, > > On Wednesday, 2011-08-31 02:05:10 +0200, Khaled Hosny wrote: > > > > Now the command 'format-patch' has produced two files, one for each > > > commit. Is there a way, to get _one_ patch file? > > > > For the second com

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Kohei Yoshida
Hi Regina, On Tue, 2011-08-30 at 23:29 +0200, Regina Henschel wrote: > Hi all, > > I'm still learning to use git and need some help. I have made a patch > for issue 34431. But after I used the 'commit' command I noticed, that I > had to change a file, which needs another 'commit'. Now the comma

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Eike Rathke
Hi Khaled, On Wednesday, 2011-08-31 02:05:10 +0200, Khaled Hosny wrote: > > Now the command 'format-patch' has produced two files, one for each > > commit. Is there a way, to get _one_ patch file? > > For the second commit use `git commit --ammend`. That works only on tip though to replace the

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Eike Rathke
Hi Regina, On Tuesday, 2011-08-30 23:29:09 +0200, Regina Henschel wrote: > I'm still learning to use git and need some help. I have made a > patch for issue 34431. But after I used the 'commit' command I > noticed, that I had to change a file, which needs another 'commit'. > Now the command 'form

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Khaled Hosny
On Tue, Aug 30, 2011 at 11:29:09PM +0200, Regina Henschel wrote: > Hi all, > > I'm still learning to use git and need some help. I have made a > patch for issue 34431. But after I used the 'commit' command I > noticed, that I had to change a file, which needs another 'commit'. > Now the command 'f

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Josh Heidenreich
Hi Regina, > I'm still learning to use git and need some help. I have made a patch for > issue 34431. But after I used the 'commit' command I noticed, that I had to > change a file, which needs another 'commit'. Now the command 'format-patch' > has produced two files, one for each commit. Is there

[Libreoffice] Need help to generate patch with git

2011-08-30 Thread Regina Henschel
Hi all, I'm still learning to use git and need some help. I have made a patch for issue 34431. But after I used the 'commit' command I noticed, that I had to change a file, which needs another 'commit'. Now the command 'format-patch' has produced two files, one for each commit. Is there a way