From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef 'Jeff' Sipek Subject: Re: [GUILT] Use git_editor Date: Tue, 30 Sep 2008 16:22:26 -0400 Message-ID: <20080930202226.GP32444@josefsipek.net> References: <48E27366.3080503@tuffmail.co.uk> <20080930190744.GO32444@josefsipek.net> <48E27A87.9060205@tuffmail.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Alan Jenkins X-From: git-owner@vger.kernel.org Tue Sep 30 22:23:44 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kkll1-0002Rv-Dt for gcvg-git-2@gmane.org; Tue, 30 Sep 2008 22:23:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753326AbYI3UWa (ORCPT ); Tue, 30 Sep 2008 16:22:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753294AbYI3UWa (ORCPT ); Tue, 30 Sep 2008 16:22:30 -0400 Received: from josefsipek.net ([141.211.133.196]:53343 "EHLO josefsipek.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753071AbYI3UW1 (ORCPT ); Tue, 30 Sep 2008 16:22:27 -0400 Received: by josefsipek.net (Postfix, from userid 1000) id B322D1C00DA4; Tue, 30 Sep 2008 16:22:26 -0400 (EDT) Content-Disposition: inline In-Reply-To: <48E27A87.9060205@tuffmail.co.uk> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Sep 30, 2008 at 08:14:15PM +0100, Alan Jenkins wrote: > Josef 'Jeff' Sipek wrote: > > On Tue, Sep 30, 2008 at 07:43:50PM +0100, Alan Jenkins wrote: > > > >> Signed-off-by: Alan Jenkins > >> > >> diff --git a/guilt b/guilt > >> index 1cef7b9..8d023e9 100755 > >> --- a/guilt > >> +++ b/guilt > >> @@ -693,10 +693,6 @@ fi > >> series="$GUILT_DIR/$branch/series" > >> applied="$GUILT_DIR/$branch/status" > >> > >> -# determine an editor to use for anything interactive (fall back to vi) > >> -editor="vi" > >> -[ ! -z "$EDITOR" ] && editor="$EDITOR" > >> - > >> > > > > Looks good from a quick glance. Any chance there's a git_pager? > > > > Josef 'Jeff' Sipek. > > Not in git-sh-setup. I did check :-). Interesting! There are definitely places in git that invoke _a_ pager...maybe there's a patch to git that need creating :) Josef 'Jeff' Sipek. -- Failure is not an option, It comes bundled with your Microsoft product.