From: Joey Hess Date: Fri, 30 Jul 2021 19:39:47 +0000 (-0400) Subject: bug X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c912e7c4fd400f20b83c252befc404147c51fc89;p=git-annex.git bug --- 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 index 0000000000..a3dd95ebf8 --- /dev/null +++ b/doc/bugs/initial_get_of_unlocked_file_fails_to_populate_pointer.mdwn @@ -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]]