Skip to content

Commit cbea646

Browse files
dschogitster
authored andcommitted
rebase: fix white-space
This trailing space was inadvertently introduced in 9fbcc3d (Merge branch 'js/rebase-orig-head-fix', 2019-03-20). Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b697d92 commit cbea646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/rebase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
21092109
strbuf_addf(&msg, "%s: checkout %s",
21102110
getenv(GIT_REFLOG_ACTION_ENVIRONMENT), options.onto_name);
21112111
if (reset_head(&options.onto->object.oid, "checkout", NULL,
2112-
RESET_HEAD_DETACH | RESET_ORIG_HEAD |
2112+
RESET_HEAD_DETACH | RESET_ORIG_HEAD |
21132113
RESET_HEAD_RUN_POST_CHECKOUT_HOOK,
21142114
NULL, msg.buf))
21152115
die(_("Could not detach HEAD"));

0 commit comments

Comments
 (0)