update re field ordering

This commit is contained in:
Joey Hess 2019-01-11 16:51:54 -04:00
parent 727767e1e2
commit 05de519d2c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -22,8 +22,9 @@ For example:
* Other fields could be added in the future, if needed.
git-annex always puts the fields in the order shown above when serializing
a key. It can parse keys with the fields in other orders (although the name
field must always come last).
a key. Older versions of git-annex would parse keys with the fields in other
orders (although the name field must always come last), but the current
version requires the fields come in the order shown above.
The `git annex examinekey` command can be used to extract information from
a key.