From: Nguyễn Thái Ngọc Duy Date: Sat, 3 Nov 2018 14:32:29 +0000 (+0100) Subject: sequencer.c: remove a stray semicolon X-Git-Tag: v2.20.0-rc0~37^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/29d51e214c6b9078abaac7597c21306ac0f4deb4?ds=inline;hp=--cc sequencer.c: remove a stray semicolon Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- 29d51e214c6b9078abaac7597c21306ac0f4deb4 diff --git a/sequencer.c b/sequencer.c index 8dd6db5a01..4d5abb9f08 100644 --- a/sequencer.c +++ b/sequencer.c @@ -4647,7 +4647,7 @@ int complete_action(struct replay_opts *opts, unsigned flags, if (checkout_onto(opts, onto_name, oid_to_hex(&oid), orig_head)) return -1; -; + if (require_clean_work_tree("rebase", "", 1, 1)) return -1;