Fixes #20: adds gitlens.advanced.gitignore.enabled

Nested .gitignore files can cause blame to fail with a repo within another repo
This commit is contained in:
Eric Amodio
2017-01-10 08:41:08 -05:00
parent 79e5370a13
commit d2ad2b6a0f
4 changed files with 36 additions and 19 deletions

View File

@@ -1,6 +1,9 @@
---
## Release Notes
### 1.4.1
- Adds `gitlens.advanced.gitignore.enabled` to enable/disable .gitignore parsing. Addresses [#20](https://github.com/eamodio/vscode-gitlens/issues/20) - Nested .gitignore files can cause blame to fail with a repo within another repo
### 1.4.0
- Adds `alt+h` shortcut for the `gitlens.showQuickFileHistory` command