1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons and screenshots from README file
This patch removes badges icons and screenshots from README
file. These icons are intended rather for developers and are loaded
from several external web sites.
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# git-messenger.el [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
+# git-messenger.el
`git-messenger.el` is Emacs port of [git-messenger.vim](https://github.com/rhysd/git-messenger.vim).
@@ -6,11 +6,6 @@
This is useful when you want to know why this line was changed.
-## Screenshot
-
-
-
-
## Installation
`git-messenger` is available on [MELPA](https://melpa.org/) and [MELPA stable](https://stable.melpa.org/)
@@ -39,8 +34,6 @@ You can install `git-messenger` with the
Pop up last commit message at current line. Show detail message, Commit ID, Author,
Date and commit message with `C-u` prefix
-
-
## Key Bindings
|