From: Joey Hess Date: Wed, 5 Jul 2023 17:57:28 +0000 (-0400) Subject: erk X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~36^2~101 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9d2a7c4bb6f718976da26013ec5687c8c68bd082;p=git-annex.git erk --- diff --git a/doc/bugs/assist_--jobs_loses_location_information.mdwn b/doc/bugs/assist_--jobs_loses_location_information.mdwn index f9445a1d66..0a14972fcb 100644 --- a/doc/bugs/assist_--jobs_loses_location_information.mdwn +++ b/doc/bugs/assist_--jobs_loses_location_information.mdwn @@ -37,3 +37,17 @@ Somehow, when add calls logStatus, getUUID == NoUUID, so it doesn't record anything. This despite it having initialized with a UUID earlier. Even with a manual git-annex init before the command that still happens. --[[Joey]] + +I think this must be related: + + joey@darkstar:~/tmp>git init g + Initialized empty Git repository in /home/joey/tmp/g/.git/ + joey@darkstar:~/tmp>cd g + joey@darkstar:~/tmp/g>git-annex init + init ok + (recording state in git...) + joey@darkstar:~/tmp/g>git show git-annex | tail + + joey@darkstar:~/tmp/g timestamp=1688579729.946567508s + +uuid.log has a NoUUID item logged to it. This is despite annex.uuid being set. +10.20230407 --[[Joey]]