Fossil SCM
Fix the sync.wiki documentation to account for recent changes to the sync protocol.
Commit
df1205bb3a6a2ce23e22b12c4551dc127ac7feda
Parent
3dc006c9dec71bb…
1 file changed
+4
-4
+4
-4
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -189,15 +189,15 @@ | ||
| 189 | 189 | <blockquote> |
| 190 | 190 | <b>file</b> <i>artifact-id size</i> <b>\n</b> <i>content</i><br> |
| 191 | 191 | <b>file</b> <i>artifact-id delta-artifact-id size</i> <b>\n</b> <i>content</i> |
| 192 | 192 | </blockquote> |
| 193 | 193 | |
| 194 | -<p>File cards are different from most other cards in that they are | |
| 195 | -followed by in-line "payload" data. The content of the artifact | |
| 196 | -or the artifact delta consists of the first <i>size</i> bytes of the | |
| 194 | +<p>File cards are followed by in-line "payload" data. | |
| 195 | +The content of the artifact | |
| 196 | +or the artifact delta is the first <i>size</i> bytes of the | |
| 197 | 197 | x-fossil content that immediately follow the newline that |
| 198 | -terminates the file card. Only file and cfile cards have this characteristic. | |
| 198 | +terminates the file card. | |
| 199 | 199 | </p> |
| 200 | 200 | |
| 201 | 201 | <p>The first argument of a file card is the ID of the artifact that |
| 202 | 202 | is being transferred. The artifact ID is the lower-case hexadecimal |
| 203 | 203 | representation of the SHA1 hash of the artifact. |
| 204 | 204 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -189,15 +189,15 @@ | |
| 189 | <blockquote> |
| 190 | <b>file</b> <i>artifact-id size</i> <b>\n</b> <i>content</i><br> |
| 191 | <b>file</b> <i>artifact-id delta-artifact-id size</i> <b>\n</b> <i>content</i> |
| 192 | </blockquote> |
| 193 | |
| 194 | <p>File cards are different from most other cards in that they are |
| 195 | followed by in-line "payload" data. The content of the artifact |
| 196 | or the artifact delta consists of the first <i>size</i> bytes of the |
| 197 | x-fossil content that immediately follow the newline that |
| 198 | terminates the file card. Only file and cfile cards have this characteristic. |
| 199 | </p> |
| 200 | |
| 201 | <p>The first argument of a file card is the ID of the artifact that |
| 202 | is being transferred. The artifact ID is the lower-case hexadecimal |
| 203 | representation of the SHA1 hash of the artifact. |
| 204 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -189,15 +189,15 @@ | |
| 189 | <blockquote> |
| 190 | <b>file</b> <i>artifact-id size</i> <b>\n</b> <i>content</i><br> |
| 191 | <b>file</b> <i>artifact-id delta-artifact-id size</i> <b>\n</b> <i>content</i> |
| 192 | </blockquote> |
| 193 | |
| 194 | <p>File cards are followed by in-line "payload" data. |
| 195 | The content of the artifact |
| 196 | or the artifact delta is the first <i>size</i> bytes of the |
| 197 | x-fossil content that immediately follow the newline that |
| 198 | terminates the file card. |
| 199 | </p> |
| 200 | |
| 201 | <p>The first argument of a file card is the ID of the artifact that |
| 202 | is being transferred. The artifact ID is the lower-case hexadecimal |
| 203 | representation of the SHA1 hash of the artifact. |
| 204 |