Merge branch 'ag/rebase-i-in-c'

Code clean-up for a topic already in 'master'.

* ag/rebase-i-in-c:
  sequencer.c: remove a stray semicolon
maint
Junio C Hamano 2018-11-13 22:37:25 +09:00
commit 409b3f287b
1 changed files with 1 additions and 1 deletions

View File

@ -4899,7 +4899,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;