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 '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`. Regards, Khaled -- Khaled Hosny Egyptian Arab _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
