On Mon, 18 Aug 2008, Detlef Riekenberg wrote:
On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote:
configure | 303 +++++++++++++++++++++++++++++++++++++++++++++++++++
You should never include autogenerated code in a Patch.
How do you do that with Git?
When I modify configure.ac I do a local commit of configure.ac and configure, since they are a single changeset. But then when I use git-format-patch to prepare the email to wine-patches, both configure.ac and configure get included in that email.
So do you then edit the email that got prepared by git-format-patch? Do you do two local commits (seems like a pain and ugly)?