From: Karl Hasselström Date: Sun, 21 Sep 2008 12:17:43 +0000 (+0200) Subject: Invoke the correct interactive editor X-Git-Tag: v0.15-rc1~131 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/d010528933a0f321c41d9e23e6b09a09365a318b?hp=d010528933a0f321c41d9e23e6b09a09365a318b Invoke the correct interactive editor The order is supposed to be GIT_EDITOR, stgit.editor, core.editor, VISUAL, EDITOR, vi. This patch makes it so. Signed-off-by: Karl Hasselström ---