git-blame
git-blame copied to clipboard
Blame doesn't update on out-of-atom file changes
- Open a file in atom
- ^B to open blame in the gutter
- Edit the file outside of atom (e.g. do a git checkout to another version of the file)
- Blame info doesn't change, but the visible file contents do, making the blame lines wrong
thanks for finding this...we should be able to be notified of when the contents change and update accordingly. i'll look into the docs and try to fix this.