cmarcusreid / git-status-cache

High performance cache for git repository status. Clients can retrieve information via named pipe.
MIT License
16 stars 4 forks source link

Ignore file change events to "index.lock" and ".git" when invalidatin… #17

Closed cmarcusreid closed 8 years ago

cmarcusreid commented 8 years ago

…g cache.

Possible fix for #16 to prevent invalidation on commands like "git status" that don't require invalidation. Requires testing to confirm there isn't a case where this results in a stale cache entry.

cmarcusreid commented 8 years ago

No issues noticed in a few months. Bringing it in.