git-blame
git-blame copied to clipboard
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
I set the Customer Commit Url Template String. But still has the error message tell me to set this. If I reopen Atom, Customer Commit Url Template String will be...
1. Open a file in atom 2. ^B to open blame in the gutter 3. Edit the file outside of atom (e.g. do a git checkout to another version of...
Steps to reproduce: - open a file - toggle blame gutter to show it - edit the file while blame gutter open - blame doesnt update and is therefore innacurate
If you're editing a file (maybe only longer files), the git blame lines don't match up. In the screenshot provided, you can see from the green line on the left,...
[Beanstalk](http://www.beanstalkapp.com) support would be awesome! I'd submit a PR myself but I don't fully understand how the remotes are parsed. **Git Repository URL(s):** SSH: `git@{project}.git.beanstalkapp.com:/{project}/{repo}.git` HTTPS: `https://{project}.git.beanstalkapp.com/{repo}.git` **Changeset URL:** `https://{project}.beanstalkapp.com/{repo}/changesets/{commit}`
I have only one remote, named 'gerrit' which points to my [Gerrit](http://code.google.com/p/gerrit/) code review git repo. We also have a [cgit](http://git.zx2c4.com/cgit/) connected to this which provides an HTTP interface to...
I interact with git repositories from multiple places (GitHub, BitBucket, internal Stash repositories, etc.). Would it be possible to make the custom commit url template string setting per-project? One idea...