I have 2 binary files, which have
- exactly same size
- exactly same modification date
- exactly same creation date
but
- different content
If I replace one file with the other, git does not recognize this file as changed.
Filesystem: NTFS, OS: Windows 7, Git Version: 1.9.0
(my workaround is to edit this new file to get a new modification date but I keep same content)
How can I force Git to commit the new file?