clarify field order reqirement
This commit is contained in:
parent
937197842e
commit
9e472c9c59
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ For example:
|
||||||
added to git-annex, expressed as seconds from the epoch.
|
added to git-annex, expressed as seconds from the epoch.
|
||||||
This is currently only used by the WORM backend.
|
This is currently only used by the WORM backend.
|
||||||
* Other fields could be added in the future, if needed.
|
* Other fields could be added in the future, if needed.
|
||||||
* Fields may appear, in any order (though always before the name field).
|
|
||||||
|
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).
|
||||||
|
|
||||||
The `git annex examinekey` command can be used to extract information from
|
The `git annex examinekey` command can be used to extract information from
|
||||||
a key.
|
a key.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue