mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Previously when opening a file TextMate only looked at the (cached) inode of the open documents to learn if the requested file was already open. This could result in opening two versions of the same file e.g. after ‘git rebase’ as git will write new files with new inodes when updating the working copy. Closes issue #666.