Fixes another off-by-one issue when diffing with caching

Refactored commands and blame annotations
This commit is contained in:
Eric Amodio
2016-09-26 00:55:54 -04:00
parent 23b2c679a9
commit d2d72f0d54
16 changed files with 519 additions and 455 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "0.5.4",
"version": "0.5.5",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -217,13 +217,13 @@
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
"lodash.isequal": "^4.4.0",
"lodash": "^4.16.0",
"moment": "^2.15.0",
"lodash": "^4.16.1",
"moment": "^2.15.1",
"spawn-rx": "^2.0.1",
"tmp": "^0.0.29"
},
"devDependencies": {
"typescript": "^2.0.2",
"typescript": "^2.0.3",
"vscode": "^0.11.17"
},
"scripts": {