File: control

package info (click to toggle)
emacs-git-messenger 0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: lisp: 337; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
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
Source: emacs-git-messenger
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
               dh-elpa,
               elpa-popup
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/syohex/emacs-git-messenger
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-git-messenger
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-git-messenger.git

Package: elpa-git-messenger
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs25
Description: pop up last commit information of current line
 This package provides a function that when called will pop-up the
 last git commit message for the current line. This is useful when you
 want to know why this line was changed. This uses the git-blame tool
 internally.