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
This commit is contained in:
@ -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))
|
if (checkout_onto(opts, onto_name, oid_to_hex(&oid), orig_head))
|
||||||
return -1;
|
return -1;
|
||||||
;
|
|
||||||
if (require_clean_work_tree("rebase", "", 1, 1))
|
if (require_clean_work_tree("rebase", "", 1, 1))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user