GitGutter icon indicating copy to clipboard operation
GitGutter copied to clipboard

A Sublime Text 2/3 plugin to see git diff in gutter

Results 13 GitGutter issues
Sort by recently updated
recently updated
newest added

Changing branch to compare against gives me no changes compared to git diff . After adding some debug printouts to git_gutter it seems like the temporary files it creates for...

## Description **Feature requests or proposals:** A command to copy the commit id from current line annotation. In the following screengrab, as you one can see the commitID, `df799d7`. This...

enhancement

Would it be possible to show an indicator for lines of files that have been staged?

enhancement

## Description Replication (for me) is quite simple: - Open a file (Gutter may or may not load) - "play around" with a file Results: - Gutter output "does not...

We ran into this when developing a popup for SublimeLinter. When hovering the gutter, it should show a popup with all linter errors for a given line. However, in combination...

enhancement
discussion

Diff Popup shows plain code without highlight in PHP file This may be caused by PHP syntax need `

enhancement

@r-stein @rchl Hey guys, I have been really appreciating the all the hard work you have been doing. In light of all the recent activity. I wanted to discuss on...

When I rename a file from `filename.php` to `Filename.php` GitGutter will show every row in that file as added (thinking it's a new file). `git status`, on the other hand,...

enhancement