Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2021-10-15 13:47:43 -04:00
commit cfca6f2d1d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,13 @@
According to [this page](https://git-annex.branchable.com/submodules/), `git-annex` should automatically convert the `.git` file of submodules into a symlink. However, I have a repository where on some machines, this doesn't happen.
$ file .git
.git: ASCII text
$ git-annex info
git-annex: First run: git-annex init
$ file .git
.git: ASCII text
Even more mysteriously, it works on some *other* checkouts of the repository *on the same machine*.

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="athas@60e56fd42a78bbbce444d175865ce4d66ba1a779"
nickname="athas"
avatar="http://cdn.libravatar.org/avatar/f6ddda1fabf459f90ca590f9499033c4"
subject="Update"
date="2021-10-15T16:37:34Z"
content="""
Ignore the remark about different behaviour on the same machine; I was looking at the wrong thing.
It does appear that GitHub Actions does not correctly fetch the `annex` directory for submodules, which must be the source of the error.
"""]]