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

linum-mode has been replaced with display-line-numbers-mode [Emacs 29 Release Notes:linum](https://github.com/emacs-mirror/emacs/blob/c4e038c7be38b2e6cf2d2c7c39264f068f789c02/etc/NEWS.29#L494) linum-mode has enough issues that it was retired. Most users will not have it. A vanilla emacs 29 build of...

Since `git-gutter.el` is more frequently updated than `git-gutter+.el` and the latter looks like its mostly abandoned, I thought I'd use my novice elisp skills to port my beloved inline hunk...

The current version in melpa-stable does not work with 29.1, because it does not have https://github.com/emacsorphanage/git-gutter/pull/222

I found git-gutter don't work with visual-fill-column-mode. Is there any way to work around this?

Hi, When running git-gutter on files with encodings incompatible with the Emacs default encoding (`prefer-coding-system`), several problems can occur: - When reading incompatible file content data from processes the receiving...

It is not possible to change the background color of unchanged lines. I tried the following, which did not produce an error, but did not work either. ```(set-face-background 'git-gutter:unchanged "red")```...

Thank you for developing this great tool. When `truncate-lines` is `nil`, the cursor moves up and down *unnaturally* on lines marked as changed or added. - Moving down a text...

Hello thanks for this awesome package. Is there a way to pop the hunk when the cursor is over ? I know there's `git-gutter:popup-hunk` which opens it in another window....

If live gutter is turned on (`git-gutter:update-interval` is non-nil), git-gutter will run `diff` after every keystroke, no matter whether it actually modified the buffer or not. Just moving the cursor...

When I open a file in a git repository with emacs after installing git-gutter, I get the following error: ``` Invalid function: (exec-result (git-gutter:execute-command "git" t "rev-parse" "--is-inside-work-tree")) ``` My...