git-blame
git-blame copied to clipboard
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
1. have a git repository open as project 2. open unrelated file out of this folder (~/.profile) via CLI with Atom 3. This Error message pops up and reopens every...
Installing “[email protected]” failed.Hide output… > [email protected] install C:\Users\Beccari\AppData\Local\Temp\apm-install-dir-11643-3364-1cbgwkr\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas > node-gyp rebuild C:\Users\Beccari\AppData\Local\Temp\apm-install-dir-11643-3364-1cbgwkr\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas>if not defined npm_config_node_gyp (node "C:\Users\Beccari\AppData\Local\atom\app-1.7.3\resources\app\apm\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild ) gypnpm ERR! Windows_NT 6.1.7601 npm ERR! argv...
Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full er...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.7.2 **System**: Mac OS X 10.11.4 **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package, v0.4.8 ### Stack Trace Uncaught Error: Minified exception occurred;...
[Enter steps to reproduce below:] 1. I opened a big file that was in `.gitignore` 2. This happens after clicking on any line, once for each click. **Atom Version**: 1.8.0...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.8.0 **System**: Mac OS X 10.11.5 **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package, v0.4.8 ### Stack Trace Uncaught TypeError: Cannot read property...
git-blame appears to assume a dark UI instead of just using some existing classes to set font color.  Makes it hard to...
[Enter steps to reproduce below:] 1. Toggle `git-blame` on. 2. Change file contents and save. **Atom Version**: 1.0.19 **System**: Mac OS X 10.11 **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package, v0.4.6 ### Stack...
Trying to install git-blame gives this error. ``` Installing “[email protected]” failed. > [email protected] install C:\Users\MACBE_~1\AppData\Local\Temp\apm-install-dir-1151023-8304-126cdd9\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas > node-gyp rebuild C:\Users\MACBE_~1\AppData\Local\Temp\apm-install-dir-1151023-8304-126cdd9\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas>if not defined npm_config_node_gyp (node "C:\Users\macbe_000\AppData\Local\atom\app-1.2.3\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild )...
Clicking on the commit id of a private project yields a 404 because of insufficient access. Is it possible to open the URL in the default OS browser instead of...
This is a feature suggestion, I could implement it if others think it's desirable. For me seeing the actual hash in the gutter isn't useful as it's meaningless to me...