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

Emacs port of GitGutter which is Sublime Text Plugin

Results 37 git-gutter issues
Sort by recently updated
recently updated
newest added

While editing some files that have faulty coding (non-UTF8, file-coding not correctly set), after every file change there is a prompt to select a coding system with the error message:...

I use [vcsh](https://github.com/RichiH/vcsh) to manage my dotfiles. I was wondering if it's possible to make `git-gutter` work with `vcsh`?

enhancement

Hi, thanks for this minor mode. It is really very useful. Is there a way for the git-gutter:statistic to show the buffer's modified status instead of just the added and...

enhancement

indirect buffers are not updated unless it is visible in the current frame, even if it is visible in other frames. I'm pretty sure you can fix this by adding...

bug

I wish it would be possible to stage selected region of a buffer, like magit does. ATM `git-gutter:stage-hunk` can only stage a whole hunk.

enhancement

https://github.com/emacsorphanage/git-gutter/issues/170#issuecomment-608998898 I have not tested this patch well. It seems this patch does not work well in some situations but I don't understand it well.

Hi, There seems to be a bug with `git-gutter` that breaks the `left-margin` `mouse-movement` behavior. Here is the smallest config that lets me reproduce the bug. init.el: ```elisp (require 'package)...

upstream

I found git-gutter doesn't work with gpg encrypted files. Is there a way to activate this in current version or this feature is missing?

enhancement

It seems that once you stage your changes, git-gutter does not visualize them anymore. This is probably less than awesome. Perhaps consider adding a feature for this?

enhancement

In a repository which uses LF line termination, using git-gutter on Windows appears to be problematic for staging hunks (and possibly other operations). Scenario: 1. Source file (LF line termination...

bug