From 353eb1c2c44d5117a3fad1323ca6852b13e4c86a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 25 Jul 2018 11:58:40 +0200 Subject: [PATCH] git-rebase--interactive.sh: Remove superfluous tab in rebase file Removing superfluous tab indentation in interactive git-rebase file to avoid visual disturbance with whitespace highlighting editors. Signed-off-by: Daniel Baumann --- git-rebase--interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 299ded213..0bf9eefad 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -224,7 +224,7 @@ EOF gettext " However, if you remove everything, the rebase will be aborted. - " | git stripspace --comment-lines >>"$todo" +" | git stripspace --comment-lines >>"$todo" if test -z "$keep_empty" then -- 2.18.0