]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
read-cache: be specific what part of the index has changed
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 13 Jun 2014 12:19:27 +0000 (19:19 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 18:49:38 +0000 (11:49 -0700)
commite636a7b4d0304608fe063ffcbbaf99e46f23dbea
treeb49b7a71aa55fe85073c4fb4813581e4d9008315
parentad837d9ef9d555ab5077767c8672ff48c6cb562b
read-cache: be specific what part of the index has changed

cache entry additions, removals and modifications are separated
out. The rest of changes are still in the catch-all flag
SOMETHING_CHANGED, which would be more specific later.

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