Clarify that plugin compares buffer not working tree

This commit is contained in:
Andy Stewart
2019-09-30 13:26:40 +01:00
parent c656fc94d2
commit 236ced01c7

View File

@@ -629,7 +629,7 @@ autocmd BufWritePost * GitGutter
> Why can't I unstage staged changes? > Why can't I unstage staged changes?
This plugin is for showing changes between the working tree and the index (and staging/undoing those changes). Unstaging a staged hunk would require showing changes between the index and HEAD, which is out of scope. This plugin is for showing changes between the buffer and the index (and staging/undoing those changes). Unstaging a staged hunk would require showing changes between the index and HEAD, which is out of scope.
> Why are the colours in the sign column weird? > Why are the colours in the sign column weird?