Git status reports untracked files:
$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# resource.enlighten/map/enlighten_test/.enlighten/__build_object__/geometry/land_9/processed/
nothing added to commit but untracked files present (use "git add" to track)
But we have this file at index:
$ git ls-tree -r HEAD |grep land_9/processed/root.pim
100644 blob 9eeca5c75dc2c945600b6e0d253a8cb8191b7e80 resource.enlighten/map/enlighten_test/.enlighten/__build_object__/geometry/land_9/processed/root.pim
I have checked this error appear after the first commit, that added this file.
I have tried:
- Clone repo.
- Clean/Checkout file (as described at this article) - after checkout the same untracked status.
- Copy full directory resource.enlighten/ to another repo and add commit - no errors.
- Run git fsck - no errors.
Git version 1.8.1.2.
Thank you in advance for any thoughts.
P.S. This case is fixed in Git for Windows 1.8.3.