diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 23:27:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 23:27:15 -0400 |
commit | 52ad9a1528bc51f65411aca263def97615367943 (patch) | |
tree | dcc336dd8e155c2ca4f12f90cc137569073bd752 /debian | |
parent | 14ccfc0abc1aa3130b07e7bd981b266f2eccd751 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f1850b6f0..9f6f6992c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |