]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ag/rebase-i-in-c'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:25 +0000 (22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:25 +0000 (22:37 +0900)
Code clean-up for a topic already in 'master'.

* ag/rebase-i-in-c:
  sequencer.c: remove a stray semicolon

sequencer.c

index 1869435a721ae6eee502b393357b41a58f4e7582..63a2094cac277359f23c8bdfa102cb5785e70d69 100644 (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;