open_pack_sha1_dict(): Try to open the packfile before mmap()
commit859ca4fe687d24b93fbff76f3d0942b5205a869f
authorLuiz Fernando N. Capitulino <lcapitulino@gmail.com>
Sun, 12 Aug 2007 17:27:06 +0000 (12 14:27 -0300)
committerLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Wed, 29 Aug 2007 20:14:01 +0000 (29 17:14 -0300)
treeba36bee70ad46e4f7f333649a2d1927c627c2e7c
parentc7500e9e0e593c2262c17a9765c1e125b5d530a0
open_pack_sha1_dict(): Try to open the packfile before mmap()

open_pack_index() DO NOT open the packfile, as I've thought, then we
should open it ourselfs.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@gmail.com>
sha1_file.c