|
From: Gert D. <ge...@gr...> - 2017-02-13 08:31:56
|
Hi,
On Mon, Feb 13, 2017 at 12:02:45AM +0100, Olivier W wrote:
> I'll be sending the patch with "git format-patch" + "git send-email"
> as I have three commits and I'm not sure how to send a single patch
> with only "git send-email"
Look at "git rebase --interactive", which will enable you to squash
three commits into a single one. Then you can use "git commit --amend"
to work on the (combined) commit message until you're happy with it.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany ge...@gr...
fax: +49-89-35655025 ge...@ne...
|