mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-13 03:55:14 +00:00
Otherwise files which have an updated timestamp but no actual changes are marked as changes because `git diff-index` only uses the `lstat` result and not the actual file contents. Running `git update-index --refresh` updates the cache. Signed-off-by: Ian Campbell <ian.campbell@docker.com>