From: Joey Hess Date: Mon, 9 Mar 2020 18:31:28 +0000 (-0400) Subject: update comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~126^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0a981cb0e469c71db57a6d5d570e70ccd6b266c;p=git-annex.git update comment --- diff --git a/Annex/Fixup.hs b/Annex/Fixup.hs index de940f7b9e..63d2c2535b 100644 --- a/Annex/Fixup.hs +++ b/Annex/Fixup.hs @@ -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, diff --git a/CHANGELOG b/CHANGELOG index 0ab7a1bd1a..1d8ce603a5 100644 --- 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: is outside repository". -- Joey Hess Thu, 27 Feb 2020 00:44:11 -0400