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 37
|
Source: magit-annex
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10),
dash-el,
elpa-magit,
elpa-magit-popup,
git-annex,
dh-elpa,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/magit-annex
Vcs-Git: https://salsa.debian.org/emacsen-team/magit-annex.git/
Homepage: https://github.com/magit/magit-annex
Package: elpa-magit-annex
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
emacsen-common (>= 2.0.8),
git-annex,
Recommends: emacs (>= 46.0)
Enhances: emacs,
emacs24,
emacs25,
git-annex,
Suggests: elpa-git-annex
Description: git-annex subcommands for magit
This package adds some git-annex subcommands to magit's interface,
under the '@' prefix key. See the descriptions of the git-annex and
elpa-magit packages.
.
Some examples of operations supported by this package:
.
* adding untracked files with `git annex add`
* displaying information about unused files listed by `git annex unused`
* locking and unlocking files.
|