aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-17 14:40:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-17 14:42:06 -0400
commit49ac40c1e90a2a32a2728e36f02a0f3baa854c8b (patch)
treed094e3d761dd06b065c94f9265bc99afcce23dcc /debian
parent323e3665c2526c6560f71efb013543dd068eb612 (diff)
unify handling of unusual GIT_INDEX_FILE relative path
This is probably a git bug that stuck in its interface.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1b9e27dfa..15d03b088 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.