Re: [GUILT] Use git_editor
From: Josef 'Jeff' Sipek <hidden>
Date: 2016-06-15 22:45:25
On Tue, Sep 30, 2008 at 08:14:15PM +0100, Alan Jenkins wrote:
Josef 'Jeff' Sipek wrote:quoted
On Tue, Sep 30, 2008 at 07:43:50PM +0100, Alan Jenkins wrote:quoted
Signed-off-by: Alan Jenkins <redacted>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.