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

Results 19 git-gutter-plus issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks a lot for sharing this! Please could you clarify why git-gutter-plus was created, and what are the plans for its future? It seems to be a fork...

After install git-gutter+ and write add `(global-git-gutter+-mode)` to .emacs it shows: Debugger entered--Lisp error: (void-variable git-commit-mode-map) byte-code("\302\303\304\305#\210\306!\307\310\311#\210\307\312\313#\210\307\314\315#\210\307\316\317#\210\307\320\321#\210\307\322\323#\210\307\324\325#\210\307\326\327#\210\307\330\331#\210\211\262\332\333\334\335\336\337%\207" [git-commit-mode-map git-gutter+-commit-mode-map put git-gutter+-commit-mode derived-mode-parent git-commit-mode copy-keymap define-key "" git-gutter+-publish-commit " " git-gutter+-close-commit-edit-buffer...

Not sure why this has its own committing mode, but it would be nice if it was derived from the stock git commit mode which is more featureful.

It'd be awesome if git-gutter+ had a way to stash the hunk at point, as an alternative to staging it.

I have a large [org-file](https://github.com/jschaf/org-drill/blob/master/programming.org) (300k) that git-gutter-+ runs slowly on, as in it takes 5 seconds for `git-gutter+-refresh` to run. Using regular`git-gutter-mode` runs instantaneously. Here's the profiler report. ```...

I have bound these functions to C-c g n and C-c g p. With this patch I can do: C-g n p p p p p To cycle through the...

Only the frist number is shown: ![gitgutterlinenums](https://cloud.githubusercontent.com/assets/41887/12375280/ed59a56e-bca1-11e5-8ece-c0f085889e31.png) My line numbers conf: ``` ;; line numbers (setq linum-format "%4d") ``` My git gutter+ conf (inside my after init hook) ``` ;;...

Very similar to issue #1, I am getting a stack trace when accessing a symlink (in a git repo) that references a file in another git repo. This happens with...

Since Magit v4.1.0, `git-commit.el` is no longer distributed as a separate package `git-commit`. It is now part of the `magit` package. That means that this package can no longer depend...