From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-px0-f170.google.com (mail-px0-f170.google.com [209.85.212.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 7EEC2C1A118 for ; Thu, 23 Sep 2010 18:54:31 -0400 (EDT) Received: by pxi17 with SMTP id 17so795055pxi.29 for ; Thu, 23 Sep 2010 15:54:30 -0700 (PDT) Received: by 10.114.132.17 with SMTP id f17mr2552829wad.223.1285282470734; Thu, 23 Sep 2010 15:54:30 -0700 (PDT) Received: from lnx3.holmesgrown.com (ip72-208-233-7.ph.ph.cox.net [72.208.233.7]) by mx.google.com with ESMTPS id c10sm2294608wam.1.2010.09.23.15.54.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Sep 2010 15:54:29 -0700 (PDT) Date: Thu, 23 Sep 2010 15:54:25 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: specifying directory to save to or load from in speakupconf Message-ID: <20100923225425.GA6700@lnx3.holmesgrown.com> Mail-Followup-To: speakup@braille.uwo.ca References: <20100923171736.GB12005@linux1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100923171736.GB12005@linux1> User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 22:54:31 -0000 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.