EricCrosson / git-gutter-plus-refresh-on-magit-commit

Refresh git-gutter+ of open-buffers after interactive magit-commit

Repository from Github https://github.comEricCrosson/git-gutter-plus-refresh-on-magit-commitRepository from Github https://github.comEricCrosson/git-gutter-plus-refresh-on-magit-commit

git-gutter-plus-refresh-on-magit-commit Build Status Version

Refresh git-gutter+ on open-buffers after interactive magit-commit

Install

With Quelpa

(use-package git-gutter-plus-refresh-on-magit-commit
  :quelpa (git-gutter-plus-refresh-on-magit-commit
           :fetcher github
           :repo "EricCrosson/git-gutter-plus-refresh-on-magit-commit"))

Or manually, after downloading into your load-path

(require 'git-gutter-plus-refresh-on-magit-commit)

Commentary

;;; Commentary:
;;
;; This package provides a hack to refresh git-gutter+ in open
;; project-buffers after an interactive commit via magit.
;;
;; This behavior appears to have been supported by git-gutter+ at some
;; time, but the project has not seen active development in some time and it is possible
;; that a more-recent version of magit broke this functionality.
;;
;; As such, this code does not belong here but rather pushed upstream.
;; It is my intent to push this code upstream after some additional
;; optimizations are derived for performance.
;;
;; Thanks for your understanding, patience and help making it so!

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

Refresh git-gutter+ of open-buffers after interactive magit-commit

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 96.1%Language:Makefile 3.9%