git-blame
git-blame copied to clipboard
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
My system: OSX 10.10.4 > [email protected] install /private/var/folders/tt/k11390b92vl_dygt4m0s7gjr008bbb/T/apm-install-dir-115623-72798-1e8is37/node_modules/git-blame/node_modules/pathwatcher/node_modules/runas > node-gyp rebuild CXX(target) Release/obj.target/runas/src/main.o CXX(target) Release/obj.target/runas/src/runas_darwin.o CXX(target) Release/obj.target/runas/src/fork.o SOLINK_MODULE(target) Release/runas.node SOLINK_MODULE(target) Release/runas.node: Finished > [email protected] install /private/var/folders/tt/k11390b92vl_dygt4m0s7gjr008bbb/T/apm-install-dir-115623-72798-1e8is37/node_modules/git-blame/node_modules/pathwatcher > node-gyp rebuild CXX(target)...
After a file is updated (after a commit) the changes with the new commit information are not displayed in the gutter. (I did not take a screenshot, will take on...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 0.187.0 **System**: Mac OS X 10.10.2 **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package, v0.4.0 ### Stack Trace Uncaught Error: Repository has been...
While working with multiple panes of the editor, I'm unable to generate the git blame in more than one pane. It happens so that the git blame is generated only...
When clicking the sha link atom crashes silently, raising no errors or console output. I am running Xubuntu 14.04
I am getting this error log when trying to upgrade. OS: Windows 7 Atom versions: 0.202.0 and 0.201.0 I tried this both with and without proxy and it does not...
Do you mind to use a different keybinding for toggling? _Ctrl-b_ is the default keybinding for move cursor one character left (Emacs style)
The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager
If you open a folder containing multiple git repos and open a file and try blame then it doesn’t work saying file is not in a git repository. It should...
I figure you just pass the user-input date format into Moment's `format` method. This makes it impossible to format the date relative to `now`. You could add a `☐ relative`...