annex.largefiles: Add support for mimetype=text/* etc, when git-annex is linked with libmagic.
This commit is contained in:
parent
86444fe507
commit
5127cb59cc
8 changed files with 78 additions and 11 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -13,6 +13,8 @@ git-annex (6.20160127) UNRELEASED; urgency=medium
|
|||
* Limit annex.largefiles parsing to the subset of preferred content
|
||||
expressions that make sense in its context. So, not "standard"
|
||||
or "lackingcopies", etc.
|
||||
* annex.largefiles: Add support for mimetype=text/* etc, when git-annex
|
||||
is linked with libmagic.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 28 Jan 2016 13:53:09 -0400
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -72,6 +72,7 @@ Build-Depends:
|
|||
libghc-optparse-applicative-dev (>= 0.11.0),
|
||||
libghc-torrent-dev,
|
||||
libghc-concurrent-output-dev,
|
||||
libghc-magic-dev,
|
||||
lsof [linux-any],
|
||||
ikiwiki,
|
||||
perlmagick,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue