File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2067,6 +2067,9 @@ static int update_squash_messages(struct repository *r,
2067
2067
const char * message , * body ;
2068
2068
const char * encoding = get_commit_output_encoding ();
2069
2069
2070
+ if (!is_fixup (command ))
2071
+ BUG ("not a FIXUP or SQUASH %d" , command );
2072
+
2070
2073
if (ctx -> current_fixup_count > 0 ) {
2071
2074
struct strbuf header = STRBUF_INIT ;
2072
2075
char * eol ;
@@ -2134,8 +2137,7 @@ static int update_squash_messages(struct repository *r,
2134
2137
strbuf_addstr (& buf , "\n\n" );
2135
2138
strbuf_add_commented_lines (& buf , body , strlen (body ),
2136
2139
comment_line_str );
2137
- } else
2138
- return error (_ ("unknown command: %d" ), command );
2140
+ }
2139
2141
repo_unuse_commit_buffer (r , commit , message );
2140
2142
2141
2143
if (!res )
You can’t perform that action at this time.
0 commit comments