From 4da932a48fd46f6f52b8b427eef9c4ab0ffeb771 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Feb 2013 13:53:28 -0400 Subject: [PATCH] improve --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ef01e4bf31..fb4b85d7dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10 +4,12 @@ git-annex (3.20130208) UNRELEASED; urgency=low * Now uses the Haskell Glob library, rather than pcre-light, avoiding the need to install libpcre. Currently done only for Cabal or when 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 support hard links, or symlinks, or unix permissions, and set - annex.crippledfilesystem, as well as annex.direct. This allows - use of git-annex repositories on FAT and even worse filesystems. + annex.crippledfilesystem, as well as annex.direct. * add: Improved detection of files that are modified while being added. -- Joey Hess Sun, 10 Feb 2013 14:52:01 -0400