bug
authorJoey Hess <joeyh@joeyh.name>
Fri, 30 Jul 2021 19:39:47 +0000 (15:39 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 30 Jul 2021 21:13:15 +0000 (17:13 -0400)
doc/bugs/initial_get_of_unlocked_file_fails_to_populate_pointer.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/initial_get_of_unlocked_file_fails_to_populate_pointer.mdwn b/doc/bugs/initial_get_of_unlocked_file_fails_to_populate_pointer.mdwn
new file mode 100644 (file)
index 0000000..a3dd95e
--- /dev/null
@@ -0,0 +1,9 @@
+Clone a repository containing an unlocked file, and `git annex get` it. The
+object is transferred, but the pointer file does not get populated.
+(`git annex fsck` will then notice and correct the problem.)
+
+If any other git-annex command is run before the get, it avoids the
+problem. So the problem has to do with autoinit followed by reading
+associated files from the keys db.
+
+Besected to [[!commit 428c91606b434512d1986622e751c795edf4df44]] --[[Joey]]