We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8b1aa + 4279cb1 commit 107691cCopy full SHA for 107691c
sparse-index.c
@@ -34,7 +34,7 @@ static int convert_to_sparse_rec(struct index_state *istate,
34
int i, can_convert = 1;
35
int start_converted = num_converted;
36
enum pattern_match_result match;
37
- int dtype;
+ int dtype = DT_UNKNOWN;
38
struct strbuf child_path = STRBUF_INIT;
39
struct pattern_list *pl = istate->sparse_checkout_patterns;
40
0 commit comments