update comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 9 Mar 2020 18:31:28 +0000 (14:31 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 9 Mar 2020 18:31:28 +0000 (14:31 -0400)
Annex/Fixup.hs
CHANGELOG

index de940f7b9e338e603abe3fe56d39db98339cc7bd..63d2c2535b2f4cbae4cc752e21527c871388f262 100644 (file)
@@ -83,8 +83,8 @@ fixupDirect r = r
  - also converted to a symlink so links to .git/annex will work. 
  - 
  - When the filesystem doesn't support symlinks, we cannot make .git
- - into a symlink. But we don't need too, since the repo will use direct
- - mode.
+ - into a symlink. But we don't need too, since the repo will use adjusted
+ - unlocked branches.
  -
  - Before making any changes, check if there's a .noannex file
  - in the repo. If that file will prevent git-annex from being used,
index 0ab7a1bd1adda24a42f6b7fddb5ac3063a8cf517..1d8ce603a58fc7d7bb04e71b927d718dc3353e75 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,8 @@ git-annex (8.20200227) UNRELEASED; urgency=medium
   * git-annex config: Only allow configs be set that are ones git-annex actually
     supports reading from repo-global config, to avoid confusion.
   * Linux standalone: Use md5sum to shorten paths in .cache/git-annex/locales
+  * Fix a problem in auto-upgrade of a clone to v8 that caused a
+    message "fatal: <path> is outside repository".
 
  -- Joey Hess <id@joeyh.name>  Thu, 27 Feb 2020 00:44:11 -0400