Fix bug that broke switching between local repositories in the webapp when they use the new guarded direct mode.

git treats eg ~/annex as a bare git repository located in ~/.annex/.git
if ~/annex/.git/config has core.bare=true.
This commit is contained in:
Joey Hess 2013-11-22 23:27:15 -04:00
parent b9cdb55e0c
commit 0980f3dae6
2 changed files with 9 additions and 2 deletions

2
debian/changelog vendored
View file

@ -9,6 +9,8 @@ git-annex (5.20131121) UNRELEASED; urgency=low
and either prompt the user to restart the program, or automatically
restart it.
* annex.autoupgrade configures both the above upgrade behaviors.
* Fix bug that broke switching between local repositories
in the webapp when they use the new guarded direct mode.
-- Joey Hess <joeyh@debian.org> Wed, 20 Nov 2013 18:30:47 -0400