Jonathan Nieder wrote: > --- a/fast-import.c > +++ b/fast-import.c > @@ -2369,6 +2382,7 @@ static void file_change_cr(struct branch *b, int rename) > leaf.tree); > return; > } > + > tree_content_set(&b->branch_tree, d, > leaf.versions[1].sha1, > leaf.versions[1].mode, Maybe next time I will send the patch to myself and bounce it to the list. Sorry for the noise. diff --git i/fast-import.c w/fast-import.c index 51cdda29..013cbd5e 100644 --- i/fast-import.c +++ w/fast-import.c @@ -2384,7 +2384,6 @@ static void file_change_cr(struct branch *b, int rename) leaf.tree); return; } - tree_content_set(&b->branch_tree, d, leaf.versions[1].sha1, leaf.versions[1].mode, -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html