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

This add support jujutsu scm. It also contains some changes for the Makefile for tests however I was unable to get `make test` working locally I seem to be missing...

## Summary - Replace O(n×m) line-by-line checking with O(m) range-based algorithm - Pre-compute unchanged line ranges from diff hunks instead of checking each line individually ## Performance Results **Before (profiler...

Resolve https://github.com/emacsorphanage/git-gutter/issues/129 This PR want to add git staged sign, which is `git diff --cached`

An unrelated activity killed a base buffer in a way that left its indirect buffer hanging around, and when I tried to kill off the indirect buffer manually I was...

I frequently find that I'd like to: 1. Go to the first or last diff hunk 2. Scroll from one hunk to the next _without looping back to the first...

Hello, I was wondering is such a feature exists to stage the entire buffer? Perhaps `git-gutter:stage-buffer` ? I understand this is trivial to do: ```lisp (shell-command (format "git add %s"...

When I set `git-gutter:set-start-revision` to `HEAD~1` to display the modifications introduced by the last commit, the icons showing line differences relative to HEAD~1 disappear after the interval specified by `git-gutter:update-interval`,...