bug report

This commit is contained in:
Joey Hess 2017-03-17 00:22:19 -04:00
parent 32e0aebeb8
commit 6f082a3d56
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,13 @@
Failed to get annex.uuid configuration of repository clam
Instead, got: "(merging origin/git-annex origin/synced/git-annex into git-annex...)\n(recording state in git...)\nannex.uuid=$obscured\ncore.gcrypt-id=\n"
Seen after cloning the repository to clam, not running git-annex init
in it, adding clam as a remote, and git annex sync clam.
Apparently git-annex-shell outputs some merging messages in this
case, which breaks the protocol.
Next git-annex sync clam worked ok and got the UUID.
clam has git-annex 6.20170101 installed.
--[[Joey]]