Message ID | 20180918134412.32766-2-m.shulhan@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | git-rebase--interactive.sh: fix trailing spaces on empty $todo | expand |
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