aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit68ff0eb7c46b30fb8499d8aaf39c961e131a4eee (patch)
treec3f4f13c31e8bb3030f0a6d45fb7a0a61b31e4c3 /README.rst
parent96b7608966b0e06f757b2a5fc464d53b610ca432 (diff)
downloadgit-remote-gcrypt-68ff0eb7c46b30fb8499d8aaf39c961e131a4eee.tar.gz
Document the keep field
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 8f4078c..aebd997 100644
--- a/README.rst
+++ b/README.rst
@@ -143,9 +143,7 @@ Manifest file
UXR3/R7awFCUJWYdzXzrlkk7E2Acxq/Y4EfEcd62AwGG
repo :SHA224:5a191cea8c1021a95d813c4007c14f2cc987a40880c2f669430f1916 1
-+ `field<space>value`, extends until newline.
-
-+ `field` is one of `[0-9a-f]{40}`, `pack`, `repo`, `keep`, `extn`.
+Each item extends until newline, and matches one of the following forms:
`[0-9a-f]{40} <gitref>`
SHA-1 and its git ref
@@ -153,15 +151,15 @@ Manifest file
`pack :<hashtype>:<hash> <key>`
Packfile hash (`Hi`) and corresponding symmetric key (`Ki`).
+ `keep :<hashtype>:<hash> <generation>`
+ Packfile hash and its repack generation
+
`repo :<hashtype>:<hash> <version>`
The hash of the repository id.
- `extn ...`
+ `extn <name> ...`
Extension field, preserved but unused.
- `keep ...`
- TBD.
-
Yet to be Implemented
.....................