summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-15 13:53:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-15 13:53:28 -0400
commita3d5e1178d80b294a8607aa3b21325730cb424d9 (patch)
treebdbe93562d0cb8ded4822a85cca2011193a00e62
parent45232c73510114017bb462c149f2f640be59a271 (diff)
improve
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ef01e4bf3..fb4b85d7d 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 <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400