summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-18 12:54:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-18 12:54:41 -0400
commitd709b6a3e21e2bdb68e93df541c7e79492797f3c (patch)
tree7fb0bd6e3624db839d765ca9313a0b1b2cccc455
parent7573e6395924f394d529bbbcefe545074c181767 (diff)
webapp: Allow creating repositories on filesystems that lack support for symlinks.
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 60d192e55..91ed0dccf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ git-annex (3.20130217) UNRELEASED; urgency=low
* Should now fully support git repositories with core.symlinks=false;
always using git's pseudosymlink files in such repositories.
+ * webapp: Allow creating repositories on filesystems that lack support for
+ symlinks.
-- Joey Hess <joeyh@debian.org> Sun, 17 Feb 2013 16:42:16 -0400