Fix exception handling bug that could cause .git/annex/index to be used for git commits outside the git-annex branch. Known to affect git-annex when used with the git shipped with Ubuntu 13.10.

This commit is contained in:
Joey Hess 2013-11-06 12:21:50 -04:00
parent fc82197549
commit ee23be55fd
3 changed files with 15 additions and 8 deletions

3
debian/changelog vendored
View file

@ -13,6 +13,9 @@ git-annex (4.20131106) unstable; urgency=low
views in the webapp.
* map: Work when there are gcrypt remotes.
* Fix build w/o webapp.
* Fix exception handling bug that could cause .git/annex/index to be used
for git commits outside the git-annex branch. Known to affect git-annex
when used with the git shipped with Ubuntu 13.10.
-- Joey Hess <joeyh@debian.org> Wed, 06 Nov 2013 11:17:47 -0400