git-blame icon indicating copy to clipboard operation
git-blame copied to clipboard

Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.

Results 58 git-blame issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. Open a file managed by Git. 2. Open Blame with Ctrl+B **Atom**: 1.14.1 x64 **Electron**: 1.3.13 **OS**: Microsoft Windows 10 Enterprise **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package...

help wanted
windows

![tooltip-after-tab-close](https://user-images.githubusercontent.com/6025036/40790072-ed79018c-64c1-11e8-8cf0-82d79d1f5bd3.gif) ## Reproduction steps 1. Open a file 2. Open the git blame gutter 3. Mouse over commit in gutter 4. Wait for tooltip to appear 5. Close tab (with...

bug

I just lost 15 minutes wondering why git-blame kept on giving me the message that my custom url template was not configured while it was filled out. The reason is...

https://github.com/alexcorre/git-blame/blame/8308a69652d80d7872663e1ba7a58c146c25e175/package.json github git-blame support.. 1. color with color orange, it shows the specific lines' age (newer / older). a [package](https://atom.io/packages/better-git-blame) is supporting this. 2. position github's blame is located left...

enhancement

On v.1.4.0, the new feature assigning colors for each author is great. Furthermore, I want to assign colors for each commit.

GitLab supports arbitrarily deeply nested sub-groups, meaning that remote URLs like `[email protected]:web/frontend/app.git`, where `web/frontend` is the project and `app` is the repo are valid. The regex in [`RemoteRevision.js#parseProjectAndRepo`]( https://github.com/alexcorre/git-blame/blob/9d127ca326f2ce7aa973e88e56f857ca967979ca/lib/util/RemoteRevision.js#L80-L103) does...

help wanted

fixes #196 This made it possible to use git-blame to track down changes over renames with `-C -C`that just showed the move commit otherwise.

enhancement

As an enhancement, I think it could be nice to show every author in a different color so it's easier to recognise the different authors.

enhancement
help wanted

Installed git-blame package and run `ctrl + B` then the gutter display is broken: ![screenshot from 2017-06-22 15 56 33](https://user-images.githubusercontent.com/12790770/27423222-75c45c48-5763-11e7-99fd-7bbc2ca29ab8.png)

I just tried to find a commit for a row on a moved file (actually copied but never mind) and just got the refactor commit and not the one I...