commit | 5d2299de2d9ff01318bc02ea8c7fbf8d3a699ae0 | [log] [tgz] |
---|---|---|
author | Pierre Habouzit <madcoder@debian.org> | Mon Jul 21 22:32:53 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 21 22:32:53 2008 -0700 |
tree | ec1de2571ece72d8eae38fa54a6533c3ff1b50f7 | |
parent | 1719b5e446f54e4196903ae6ed5f8867a5755bf6 [diff] |
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>