This commit is contained in:
Joey Hess 2013-02-15 13:53:28 -04:00
parent 5e6a60c17d
commit 4da932a48f

6
debian/changelog vendored
View file

@ -4,10 +4,12 @@ git-annex (3.20130208) UNRELEASED; urgency=low
* Now uses the Haskell Glob library, rather than pcre-light, avoiding * Now uses the Haskell Glob library, rather than pcre-light, avoiding
the need to install libpcre. Currently done only for Cabal or when the need to install libpcre. Currently done only for Cabal or when
the Makefile is made to use -DWITH_GLOB the Makefile is made to use -DWITH_GLOB
* New annex.crippledfilesystem setting, allows use of git-annex
repositories on FAT and even worse filesystems; avoiding use of
hard links, symlinks, and locked down permissions settings.
* init: Detect when the repository is on a filesystem that does not * init: Detect when the repository is on a filesystem that does not
support hard links, or symlinks, or unix permissions, and set support hard links, or symlinks, or unix permissions, and set
annex.crippledfilesystem, as well as annex.direct. This allows annex.crippledfilesystem, as well as annex.direct.
use of git-annex repositories on FAT and even worse filesystems.
* add: Improved detection of files that are modified while being added. * add: Improved detection of files that are modified while being added.
-- Joey Hess <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400 -- Joey Hess <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400