Josef 'Jeff' Sipek wrote:
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 :-).
Alan