Ensure that core.sharedrepository is honored when creating the .git/annex directory.

This commit is contained in:
Joey Hess 2013-11-18 18:20:20 -04:00
parent 310c549b5a
commit b876df6fdb
3 changed files with 8 additions and 6 deletions

4
debian/changelog vendored
View file

@ -2,7 +2,9 @@ git-annex (5.20131119) UNRELEASED; urgency=low
* dropunused, addunused: Allow "all" instead of a range to
act on all unused data.
* Ensure execute bit is set on directories when core.sharedrepsitory is set.
* Ensure execute bit is set on directories when core.sharedrepository is set.
* Ensure that core.sharedrepository is honored when creating the .git/annex
directory.
-- Joey Hess <joeyh@debian.org> Mon, 18 Nov 2013 17:09:21 -0400