1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: git-timemachine
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://codeberg.org/pidu/git-timemachine
Vcs-Browser: https://salsa.debian.org/emacsen-team/git-timemachine
Vcs-Git: https://salsa.debian.org/emacsen-team/git-timemachine.git
Package: elpa-git-timemachine
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: walk through git revisions of a file
Emacs mode that helps to walk through git revisions of a file. It can be used
to browse historic versions of a file with p (previous) and n (next) keys. Also
one can jump to a particular revision, copy abbreviate or full hash of the
current revision.
|