also detect modifications to .git/index and .git/HEAD to unblock path
commit38c58a74cac046b5005bbb16dcec674a8914ddb1
authorSven Strickroth <email@cs-ware.de>
Sun, 5 Feb 2012 02:13:09 +0000 (5 03:13 +0100)
committerSven Strickroth <email@cs-ware.de>
Sun, 5 Feb 2012 02:20:30 +0000 (5 03:20 +0100)
tree3163aa285c4041acfb1b646c17555572eedf66e8
parent81248372bb0459ef13f0fda99efd75f34fd6bc22
also detect modifications to .git/index and .git/HEAD to unblock path

this is necessary because some commands (e.g. the git checkout) does not remove the index.lock file, but renames index.lock to index instead of adding index and removing index.lock.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/TGitCache/DirectoryWatcher.cpp
src/TGitCache/GITStatusCache.cpp