diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-06-13 19:19:37 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-13 11:49:40 -0700 |
commit | e0cf0d7de28ee90e1668049e32802a8dbbcc2950 (patch) | |
tree | 2591f7dcfda241bdd06d96e1ecebc4b0ea88d30a /xdiff/xutils.h | |
parent | read-cache: split-index mode (diff) | |
download | tgif-e0cf0d7de28ee90e1668049e32802a8dbbcc2950.tar.xz |
read-cache: mark new entries for split index
Make sure entry addition does not lead to unifying the index. We don't
need to explicitly keep track of new entries. If ce->index is zero,
they're new. Otherwise it's unlikely that they are new, but we'll do a
thorough check later at writing time.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff/xutils.h')
0 files changed, 0 insertions, 0 deletions