Fossil SCM
Fix a couple tiny editorial inconsistencies in fileformat.wiki
Commit
9c2116a02b2cdce53bac5ec7ac28076730cf39c7
Parent
06fdea59987b9d2…
1 file changed
+8
-8
+8
-8
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -166,15 +166,15 @@ | ||
| 166 | 166 | text in the comment of the C-card. If the N-card is omitted, a default mimetype |
| 167 | 167 | is used. |
| 168 | 168 | |
| 169 | 169 | A manifest has zero or one P-cards. Most manifests have one P-card. |
| 170 | 170 | The P-card has a varying number of arguments that |
| 171 | -defines other manifests from which the current manifest | |
| 172 | -is derived. Each argument is an 40-character lowercase | |
| 173 | -hexadecimal SHA1 of the predecessor manifest. All arguments | |
| 174 | -to the P-card must be unique to that line. | |
| 175 | -The first predecessor is the direct ancestor of the manifest. | |
| 171 | +define other manifests from which the current manifest | |
| 172 | +is derived. Each argument is a 40-character lowercase | |
| 173 | +hexadecimal SHA1 of a predecessor manifest. All arguments | |
| 174 | +to the P-card must be unique within that card. | |
| 175 | +The first argument is the SHA1 of the direct ancestor of the manifest. | |
| 176 | 176 | Other arguments define manifests with which the first was |
| 177 | 177 | merged to yield the current manifest. Most manifests have |
| 178 | 178 | a P-card with a single argument. The first manifest in the |
| 179 | 179 | project has no ancestors and thus has no P-card or (depending |
| 180 | 180 | on the Fossil version) an empty P-card (no arguments). |
| @@ -199,11 +199,11 @@ | ||
| 199 | 199 | Older versions of Fossil will reject manifests that contain Q-cards. |
| 200 | 200 | |
| 201 | 201 | A manifest may optionally have a single R-card. The R-card has |
| 202 | 202 | a single argument which is the MD5 checksum of all files in |
| 203 | 203 | the check-in except the manifest itself. The checksum is expressed |
| 204 | -as 32-characters of lowercase hexadecimal. The checksum is | |
| 204 | +as 32 characters of lowercase hexadecimal. The checksum is | |
| 205 | 205 | computed as follows: For each file in the check-in (except for |
| 206 | 206 | the manifest itself) in strict sorted lexicographical order, |
| 207 | 207 | take the pathname of the file relative to the root of the |
| 208 | 208 | repository, append a single space (ASCII 0x20), the |
| 209 | 209 | size of the file in ASCII decimal, a single newline |
| @@ -268,12 +268,12 @@ | ||
| 268 | 268 | <b>M</b> <i>artifact-id</i><br /> |
| 269 | 269 | <b>Z</b> <i>checksum</i> |
| 270 | 270 | </blockquote> |
| 271 | 271 | |
| 272 | 272 | A cluster contains one or more "M" cards followed by a single "Z" |
| 273 | -line. Each M card has a single argument which is the artifact ID of | |
| 274 | -another artifact in the repository. The Z card work exactly like | |
| 273 | +card. Each M card has a single argument which is the artifact ID of | |
| 274 | +another artifact in the repository. The Z card works exactly like | |
| 275 | 275 | the Z card of a manifest. The argument to the Z card is the |
| 276 | 276 | lower-case hexadecimal representation of the MD5 checksum of all |
| 277 | 277 | prior cards in the cluster. The Z-card is required. |
| 278 | 278 | |
| 279 | 279 | An example cluster from Fossil can be seen |
| 280 | 280 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -166,15 +166,15 @@ | |
| 166 | text in the comment of the C-card. If the N-card is omitted, a default mimetype |
| 167 | is used. |
| 168 | |
| 169 | A manifest has zero or one P-cards. Most manifests have one P-card. |
| 170 | The P-card has a varying number of arguments that |
| 171 | defines other manifests from which the current manifest |
| 172 | is derived. Each argument is an 40-character lowercase |
| 173 | hexadecimal SHA1 of the predecessor manifest. All arguments |
| 174 | to the P-card must be unique to that line. |
| 175 | The first predecessor is the direct ancestor of the manifest. |
| 176 | Other arguments define manifests with which the first was |
| 177 | merged to yield the current manifest. Most manifests have |
| 178 | a P-card with a single argument. The first manifest in the |
| 179 | project has no ancestors and thus has no P-card or (depending |
| 180 | on the Fossil version) an empty P-card (no arguments). |
| @@ -199,11 +199,11 @@ | |
| 199 | Older versions of Fossil will reject manifests that contain Q-cards. |
| 200 | |
| 201 | A manifest may optionally have a single R-card. The R-card has |
| 202 | a single argument which is the MD5 checksum of all files in |
| 203 | the check-in except the manifest itself. The checksum is expressed |
| 204 | as 32-characters of lowercase hexadecimal. The checksum is |
| 205 | computed as follows: For each file in the check-in (except for |
| 206 | the manifest itself) in strict sorted lexicographical order, |
| 207 | take the pathname of the file relative to the root of the |
| 208 | repository, append a single space (ASCII 0x20), the |
| 209 | size of the file in ASCII decimal, a single newline |
| @@ -268,12 +268,12 @@ | |
| 268 | <b>M</b> <i>artifact-id</i><br /> |
| 269 | <b>Z</b> <i>checksum</i> |
| 270 | </blockquote> |
| 271 | |
| 272 | A cluster contains one or more "M" cards followed by a single "Z" |
| 273 | line. Each M card has a single argument which is the artifact ID of |
| 274 | another artifact in the repository. The Z card work exactly like |
| 275 | the Z card of a manifest. The argument to the Z card is the |
| 276 | lower-case hexadecimal representation of the MD5 checksum of all |
| 277 | prior cards in the cluster. The Z-card is required. |
| 278 | |
| 279 | An example cluster from Fossil can be seen |
| 280 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -166,15 +166,15 @@ | |
| 166 | text in the comment of the C-card. If the N-card is omitted, a default mimetype |
| 167 | is used. |
| 168 | |
| 169 | A manifest has zero or one P-cards. Most manifests have one P-card. |
| 170 | The P-card has a varying number of arguments that |
| 171 | define other manifests from which the current manifest |
| 172 | is derived. Each argument is a 40-character lowercase |
| 173 | hexadecimal SHA1 of a predecessor manifest. All arguments |
| 174 | to the P-card must be unique within that card. |
| 175 | The first argument is the SHA1 of the direct ancestor of the manifest. |
| 176 | Other arguments define manifests with which the first was |
| 177 | merged to yield the current manifest. Most manifests have |
| 178 | a P-card with a single argument. The first manifest in the |
| 179 | project has no ancestors and thus has no P-card or (depending |
| 180 | on the Fossil version) an empty P-card (no arguments). |
| @@ -199,11 +199,11 @@ | |
| 199 | Older versions of Fossil will reject manifests that contain Q-cards. |
| 200 | |
| 201 | A manifest may optionally have a single R-card. The R-card has |
| 202 | a single argument which is the MD5 checksum of all files in |
| 203 | the check-in except the manifest itself. The checksum is expressed |
| 204 | as 32 characters of lowercase hexadecimal. The checksum is |
| 205 | computed as follows: For each file in the check-in (except for |
| 206 | the manifest itself) in strict sorted lexicographical order, |
| 207 | take the pathname of the file relative to the root of the |
| 208 | repository, append a single space (ASCII 0x20), the |
| 209 | size of the file in ASCII decimal, a single newline |
| @@ -268,12 +268,12 @@ | |
| 268 | <b>M</b> <i>artifact-id</i><br /> |
| 269 | <b>Z</b> <i>checksum</i> |
| 270 | </blockquote> |
| 271 | |
| 272 | A cluster contains one or more "M" cards followed by a single "Z" |
| 273 | card. Each M card has a single argument which is the artifact ID of |
| 274 | another artifact in the repository. The Z card works exactly like |
| 275 | the Z card of a manifest. The argument to the Z card is the |
| 276 | lower-case hexadecimal representation of the MD5 checksum of all |
| 277 | prior cards in the cluster. The Z-card is required. |
| 278 | |
| 279 | An example cluster from Fossil can be seen |
| 280 |