unify handling of unusual GIT_INDEX_FILE relative path

This is probably a git bug that stuck in its interface.
This commit is contained in:
Joey Hess 2016-05-17 14:40:53 -04:00
parent e81b1bc9e7
commit 766728c8cf
Failed to extract signature
4 changed files with 17 additions and 10 deletions

2
debian/changelog vendored
View file

@ -15,7 +15,7 @@ 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
* Work around git weirdness in handling of relative path to GIT_INDEX_FILE
when in a subdirectory of the repository. This affected git annex view.
* Fix crash when entering/changing view in a subdirectory of a repo that
has a dotfile in its root.