Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published