Adds .gitignore checks to reduce blame calls

Caches failed blames to reduce blame calls
Only clear failed blames from cache on change/save
Add better error messages and handling
This commit is contained in:
Eric Amodio
2016-09-14 13:30:14 -04:00
parent dfd17a8f17
commit fba6def3e4
7 changed files with 190 additions and 82 deletions

View File

@@ -83,6 +83,7 @@
"*"
],
"dependencies": {
"ignore": "^3.1.5",
"lodash": "^4.15.0",
"moment": "^2.15.0",
"spawn-rx": "^2.0.1",