merge-tree: fix typo in merge-tree.c::unresolved
authorJohn Keeping <john@keeping.me.uk>
Wed, 27 Mar 2013 15:58:50 +0000 (15:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Mar 2013 17:00:50 +0000 (10:00 -0700)
When calculating whether there is a d/f conflict, the calculation of
whether both sides are directories generates an incorrect references
mask because it does not use the loop index to set the correct bit.
Fix this typo.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found