split-index: the reading part
commit76b07b37a3fff15ce4852bd070a610b651c42e77
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 13 Jun 2014 12:19:41 +0000 (13 19:19 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 18:49:40 +0000 (13 11:49 -0700)
treebbd302d2820b7c3c501b547e0e10a8fcea817d08
parent96a1d8d34c16be8fc5acd7ceb4d34573d8e2a76b
split-index: the reading part

CE_REMOVE'd entries are removed here because only parts of the code
base (unpack_trees in fact) test this bit when they look for the
presence of an entry. Leaving them may confuse the code ignores this
bit and expects to see a real entry.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c
split-index.c
split-index.h