diff options
author | root <root@localhost> | 2013-02-14 00:00:00 +0000 |
---|---|---|
committer | root <root@localhost> | 2013-02-14 00:00:00 +0000 |
commit | bb0f05e03ad58aca0726d77015f64edfa9cc1639 (patch) | |
tree | 12f488e234b8f5c85c987fff5407edda47487e40 | |
parent | 7aa54e1ae6079e81ffaf1d172a942d4543b13eff (diff) | |
download | git-remote-gcrypt-bb0f05e03ad58aca0726d77015f64edfa9cc1639.zip git-remote-gcrypt-bb0f05e03ad58aca0726d77015f64edfa9cc1639.tar.gz git-remote-gcrypt-bb0f05e03ad58aca0726d77015f64edfa9cc1639.tar.bz2 |
Document manifest fields better
-rw-r--r-- | README.rst | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -139,15 +139,29 @@ Manifest file b4a4a39365d19282810c19d0f3f24d04dd2d179f refs/tags/version1 1d323ddadf4cf1d80fced447e637ab3766b168b7 refs/heads/master pack :SHA224:cfdf36515e0d0820554fe5fd9f00a4bee17bcf88ec8a752d851c46ee \ - Rc+j8Nv6GOW3mBhWOx6W6jjz3BTX7B6XIJ6RYI+P4TEyy+X6p2PB/fsBL9la0Tuc + Rc+j8Nv6GOW3mBhWOx6W6jjz3BTX7B6XIJ6RYI+P4TEy pack :SHA224:a43ccd208d3bd2ea582dbd5407cb8ed6e18b150b1da25c806115eaa5 \ - UXR3/R7awFCUJWYdzXzrlkk7E2Acxq/Y4EfEcd62AwGGe0o0QxL+s5CwWI/NvMhb + UXR3/R7awFCUJWYdzXzrlkk7E2Acxq/Y4EfEcd62AwGG repo :SHA224:5a191cea8c1021a95d813c4007c14f2cc987a40880c2f669430f1916 1 + `field<space>value`, extends until newline. -+ `field` is one of `[0-9a-f]{40}`, `pack`, `repo`, `keep` (planned), - `extn` (extension fields, preserved but unused). ++ `field` is one of `[0-9a-f]{40}`, `pack`, `repo`, `keep`, `extn`. + + `[0-9a-f]{40} <gitref>` + SHA-1 and its git ref + + `pack :<hashtype>:<hash> <key>` + Packfile hash (`Hi`) and corresponding symmetric key (`Ki`). + + `repo :<hashtype>:<hash> <version>` + The hash of the repository id. + + `extn ...` + Extension field, preserved but unused. + + `keep ...` + TBD. Yet to be Implemented |