git-blame
git-blame copied to clipboard
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
As here: https://code.visualstudio.com/images/2016_07_29_annotate-animation.gif
I just updated to blame 1.1.1 and am running Atom 1.17.2 on OSX El Captian 10.11.6. The commit message tool tip is also frozen and stuck to my screen and...
potentially: - close gutter when file is edited - update gutter annotations when file is saved
should be smart enough to determine whether to use the remote repo based presence of string
I installed the package and it's working fine till I opened the package git-time-machine. I saw the differences between last commit and my present code. Later I closed that package...
folded rows or ones with no data 
steps to reproduce - open file - fold some code - toggle blame - blame lines are incorrect, doesnt take folded code into account
I installed the previous version with succes, but this update fails: Here's the output: ``` bash > [email protected] install /private/var/folders/tt/k11390b92vl_dygt4m0s7gjr008bbb/T/apm-install-dir-115612-80331-hlelem/node_modules/git-blame/node_modules/pathwatcher/node_modules/runas > node-gyp rebuild gyp ERR! configure error gyp ERR! stack...
Hovering over the blame-to-editor boundary, I see a cursor indicating that the pane can be resized.  However, it can't. Either the pane should resize (preferred!!) or the cursor should...
Usually I don't want to open url with diff, but to copy hash of commit (especially because it does not take gitlab url automatically, like blame from open-on-github). But I...