]> git.ipfire.org Git - thirdparty/git.git/commit - unpack-trees.c
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 13 Jun 2014 12:19:34 +0000 (19:19 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 18:49:39 +0000 (11:49 -0700)
commitd4a2024aef90fa5dd2b0e5027f9340719ff20748
tree6d69b97c8e8df1d5dc98c3ba138d3d58306f1065
parente6c286e8b2d0748cfaa670f6738db0c232427cd3
entry.c: update cache_changed if refresh_cache is set in checkout_entry()

Other fill_stat_cache_info() is on new entries, which should set
CE_ENTRY_ADDED in cache_changed, so we're safe.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c
builtin/checkout-index.c
builtin/checkout.c
cache.h
entry.c
unpack-trees.c