atom-inline-blame icon indicating copy to clipboard operation
atom-inline-blame copied to clipboard

Atom package to display blame inline

Results 6 atom-inline-blame issues
Sort by recently updated
recently updated
newest added

How do I switch to display or not for keybindings. Is there any shortcut can allow me to control it?

I'm in a reasonably large git repo. When I have this extension enabled, Atom is noticeably slow when I click the mouse to move the cursor. The cursor doesn't draw...

Hi, The inline blame (::after) flicker when it appear. I think this is caused because a fadeIn keyframes is already defined in another package. Maybe you could prefix your @keyframes...

Argument to `path.dirname` must be a string ``` Object.dirname (/Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:9:10) (/Users/aporter/.atom/packages/atom-inline-blame/lib/GitBlameHelper.js:20:64) Promise (null:null:null) Object.run (/Users/aporter/.atom/packages/atom-inline-blame/lib/GitBlameHelper.js:18:10) InlineBlameView.updateLine (/Users/aporter/.atom/packages/atom-inline-blame/lib/InlineBlameView.js:83:35) (/Users/aporter/.atom/packages/atom-inline-blame/lib/InlineBlameView.js:66:9) ```

Currently it supports relativeTime and authorTime in the Format setting. relativeTime looks like it's the number of seconds since the commit. It would be great if that could be formatted...

Similarly to [Git Lens](https://github.com/eamodio/vscode-gitlens) it would be great to be able to hover over the `line` and have a panel open with the entire commit message and a diff for...

enhancement