git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
34b4731
)
sequencer.c: remove a stray semicolon
author
Nguyễn Thái Ngọc Duy
<redacted>
Sat, 3 Nov 2018 14:32:29 +0000
(15:32 +0100)
committer
Junio C Hamano
<redacted>
Mon, 5 Nov 2018 01:24:55 +0000
(10:24 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
patch
|
blob
|
history
diff --git
a/sequencer.c
b/sequencer.c
index 8dd6db5a017030da8468a48fe868d2982394699d..4d5abb9f089b02c6e7ba8c180d6df2baff712483 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT