Re: [PATCH] fast-import: properly fanout notes when tree is imported
From: Junio C Hamano <hidden> Date: 2016-12-20 21:51:08
Mike Hommey [off-list ref] writes:
In typical uses of fast-import, trees are inherited from a parent
commit. In that case, the tree_entry for the branch looks like:
...
This change makes do_change_note_fanount call load_tree() whenever the
tree_entry it is given has no tree loaded, making all cases handled
equally.