(no commit message)
authorathas@60e56fd42a78bbbce444d175865ce4d66ba1a779 <athas@web>
Fri, 15 Oct 2021 16:09:51 +0000 (16:09 +0000)
committeradmin <admin@branchable.com>
Fri, 15 Oct 2021 16:09:51 +0000 (16:09 +0000)
doc/forum/Submodule_.git_not_converted_to_symlink.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Submodule_.git_not_converted_to_symlink.mdwn b/doc/forum/Submodule_.git_not_converted_to_symlink.mdwn
new file mode 100644 (file)
index 0000000..52ecfe5
--- /dev/null
@@ -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*.