commit | e636a7b4d0304608fe063ffcbbaf99e46f23dbea | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Fri Jun 13 19:19:27 2014 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 13 11:49:38 2014 -0700 |
tree | b49b7a71aa55fe85073c4fb4813581e4d9008315 | |
parent | ad837d9ef9d555ab5077767c8672ff48c6cb562b [diff] |
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>