On Thu, Sep 23, 2010 at 03:54:25PM -0700, Steve Holmes wrote: > On Thu, Sep 23, 2010 at 12:17:36PM -0500, William Hubbs wrote: > > Yes, just use the speakup git repository. Make sure your clone is up to > > date, then make the modification to the speakupconf script in the tools > > directory. Once you have made the changes, use 'git diff' to generate > > the patch to send. > > IK, will do. I do wonder one thing; I've usually used git > --format-patch rather than --diff. You're preferring --diff instead? > I thought git -am's were easier to do with patches built with > format-patch. In that case, you are right, use git format-patch. Thanks, William