rebase: fix white-space
This trailing space was inadvertently introduced in 9fbcc3d203 (Merge branch 'js/rebase-orig-head-fix', 2019-03-20). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Jul 24, 2019 at 14:14 UTC
cbea64615301e7dea0cd756cf0245653ecbf6edc
1 file changed
+1
-1
builtin/rebase.c
+1
-1
@@ -2109,7 +2109,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
2109
strbuf_addf(&msg, "%s: checkout %s",
2110
getenv(GIT_REFLOG_ACTION_ENVIRONMENT), options.onto_name);
2111
if (reset_head(&options.onto->object.oid, "checkout", NULL,
2112
- RESET_HEAD_DETACH | RESET_ORIG_HEAD |
2112
+ RESET_HEAD_DETACH | RESET_ORIG_HEAD |
2113
RESET_HEAD_RUN_POST_CHECKOUT_HOOK,
2114
NULL, msg.buf))
2115
die(_("Could not detach HEAD"));