This commit is contained in:
Joey Hess 2023-04-04 14:31:25 -04:00
parent 31ffb0f216
commit 4e64af0010
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 8"""
date="2023-04-04T18:26:29Z"
content="""
You would not need to send back `EXTENSIONS PROTOCOLVERSION2`
yourself, only check if git-annex sends it. A better name might be
EXPORTBUGFIXED, it's only using the existing extensions mechanism as a flag
to communicate that git-annex has the bug fixed.
Some old versions of git-annex don't send EXTENSIONS at all (and those
also don't have the bug fixed), but if git-annex does send it, it will
always be before EXPORTSUPPORTED.
"""]]