git-read-tree: fix "--reset" handling
This commit is contained in:
@ -543,6 +543,7 @@ int main(int argc, char **argv)
|
|||||||
merge = 1;
|
merge = 1;
|
||||||
stage = 1;
|
stage = 1;
|
||||||
read_cache_unmerged();
|
read_cache_unmerged();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* "-m" stands for "merge", meaning we start in stage 1 */
|
/* "-m" stands for "merge", meaning we start in stage 1 */
|
||||||
|
Reference in New Issue
Block a user