Codebase list emacs-git-messenger / ec86988
Refresh patch Lev Lamberov 5 years ago
1 changed file(s) with 8 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
99 @@ -1,4 +1,4 @@
1010 -# git-messenger.el [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
1111 +# git-messenger.el
12
12
1313 `git-messenger.el` is Emacs port of [git-messenger.vim](https://github.com/rhysd/git-messenger.vim).
14
14
1515 @@ -6,11 +6,6 @@
1616 This is useful when you want to know why this line was changed.
17
18
17
18
1919 -## Screenshot
2020 -
2121 -![Screenshot of git-messenger.el](image/git-messenger.png)
2222 -
2323 -
2424 ## Installation
25
25
2626 `git-messenger` is available on [MELPA](https://melpa.org/) and [MELPA stable](https://stable.melpa.org/)
2727 @@ -39,8 +34,6 @@ You can install `git-messenger` with the
2828 Pop up last commit message at current line. Show detail message, Commit ID, Author,
2929 Date and commit message with `C-u` prefix
30
30
3131 -![Screenshot of git-messenger with prefix argument](image/git-messenger-detail.png)
3232 -
33
33
3434 ## Key Bindings
35