builtin-merge: add missing structure initialization
commit5d2299de2d9ff01318bc02ea8c7fbf8d3a699ae0
authorPierre Habouzit <madcoder@debian.org>
Tue, 22 Jul 2008 05:32:53 +0000 (21 22:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2008 05:32:53 +0000 (21 22:32 -0700)
treeec1de2571ece72d8eae38fa54a6533c3ff1b50f7
parent1719b5e446f54e4196903ae6ed5f8867a5755bf6
builtin-merge: add missing structure initialization

The parameter that is eventually passed to read_directory() to scan the
working tree should be properly initialized.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-merge.c