djgoku / sideline-blame

Show blame messages with sideline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3 JCS-ELPA MELPA MELPA Stable

sideline-blame

Show blame messages with sideline

CI

demo

Supported source control are listed in vc-msg.

Currently supports the following:

  • Git
  • Mercurial
  • Subversion
  • Perforce

P.S. See their homepage for the newest support!

πŸ”¨ Quickstart

(use-package sideline
  :init
  (setq sideline-backends-left '((sideline-blame . down))))

Then open a file with source control, then do:

M-x sideline-mode

If you want to enable it everywhere, put this line in your init.el:

(global-sideline-mode 1)

See library sideline for more information.

πŸ”§ Customization

πŸ§ͺ Variables

  • sideline-blame-uncommitted-author-name - Message for commits where you are author.
  • sideline-blame-uncommitted-message - Message for uncommitted lines.

πŸ§ͺ Face

  • sideline-blame - Face for blame info.

πŸ”— References

Contribute

PRs Welcome Elisp styleguide Donate on paypal Become a patron

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!

About

Show blame messages with sideline

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 90.8%Language:Makefile 9.2%