mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 08:01:20 +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>
3.5 KiB
3.5 KiB