зеркало из https://github.com/microsoft/git.git
sequencer.c: remove a stray semicolon
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
34b47315d9
Коммит
29d51e214c
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче