mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 10:12:31 +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>
1.1 KiB
1.1 KiB