On Tue, 29 Jul 2008 13:30:47 +0000 (UTC), Kai-Martin Knaak
<[EMAIL PROTECTED]> wrote:
>
> However, I noted, that the Bernauds bug-fix that deals with attributes of

> the default title page has not made it into the current git head yet. I 
> would send a patch if I knew ho to correctly produce one.  Can anyone 
> advise me on how to produce a suitable patch file. I know there is the  
> diff tool.  But what options to use?

  git checkout <sha1 of patch's commit>
  git format-patch -1

Instead of the second command, you could try:

  git send-email <options> --to <recipient> `git format-patch -1`

You'll need to set <options> appropriately for your system (--dry-run will
be useful to avoid spamming me). See `git help send-email`. You can use
`git config` to set most of these options as the defaults once you've
figured out what'll work for you.

Of course, you could avoid the hassle by pointing me at a tracker item or
list e-mail with the patch in (I'm sure such a thing must exist!) I'll
review it (not that I expect there'll any problems) and commit it ASAP.

Cheers,

                               Peter




_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to