git-blame
git-blame copied to clipboard
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
Rebuilding yields: ``` make: *** No rule to make target `../../../../../../../../Applications/Atom', needed by `Makefile'. Stop. gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp...
I am getting a red popup. ``` /Users/chris/.atom/packages/git-blame/node_modules/react-atom-fork/lib/invariant.js:56 Hide Stack Trace Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings. at...
It would be nice if subsequent lines from a commit would be dimmed 60% (or something). The zebra striping helps but it's pretty noisy!
Why not bring this into [Git-Plus](https://github.com/akonwi/git-plus) and you can work on even more in terms of Git there?
The update of git-blame (0.4.0 to 0.4.2) fails with this error: ``` \> [email protected] install C:\Users\username\AppData\Local\Temp\apm-install-dir-11541-7600-6asi0q\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas \> node-gyp rebuild C:\Users\username\AppData\Local\Temp\apm-install-dir-11541-7600-6asi0q\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas>node "C:\Users\username\AppData\Local\atom\app-0.196.0\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild gypnpm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Users\\username\\AppData\\Local\\atom\\app-0.196.0\\resources\\app\\apm\\bin\\\\node.exe"...
``` bash In file included from ../src/main.cc:1: In file included from ../src/common.h:6: ../node_modules/nan/nan.h:260:25: error: redefinition of '_NanEnsureLocal' NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) { ^ ../node_modules/nan/nan.h:255:25: note: previous definition is here NAN_INLINE...
It would be great if user could input a commit/ date which he wants to be highlighted. Would help in code reviews, seeing at a glance which lines have been...
Updating from [email protected] to [email protected] ``` > [email protected] install /private/var/folders/d6/rwx8bw4s4773s5v75z185j4r001ttj/T/apm-install-dir-115927-54531-1su2yjx/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 ld: library not found for -lgcc_s.10.5 clang: error: linker...
I get this error when the blame view is open, and I edit (e.g. add an empty line, etc.) and save the file. Atom says that the issue has already...
I work with two people with the same last name and can't tell apart in git-blame. Having the ability to choose to display either first name, last name, full name...