webapp: Allow creating repositories on filesystems that lack support for symlinks.

This commit is contained in:
Joey Hess 2013-02-18 12:54:41 -04:00
parent 422dd28f0b
commit 127463e577
2 changed files with 2 additions and 14 deletions

2
debian/changelog vendored
View file

@ -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