Work around git bug in handling of relative path to GIT_INDEX_FILE when in a subdirectory of the repository.

This affected git annex view. It turns out that some other places
that use GIT_INDEX_FILE were already working around the bug. I removed the
workaround from Annex.Branch since the new workaround will do.
This commit is contained in:
Joey Hess 2016-05-17 13:29:51 -04:00
parent 27000d8af6
commit 93c03b5dd5
Failed to extract signature
4 changed files with 13 additions and 5 deletions

2
debian/changelog vendored
View file

@ -15,6 +15,8 @@ git-annex (6.20160512) UNRELEASED; urgency=medium
thing)
* adjust: Add --fix adjustment, which is useful when the git directory
is in a nonstandard place.
* Work around git bug in handling of relative path to GIT_INDEX_FILE
when in a subdirectory of the repository. This affected git annex view.
-- Joey Hess <id@joeyh.name> Wed, 11 May 2016 16:08:38 -0400