Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a typo in the file format document. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | remarks-on-checkins |
| Files: | files | file ages | folders |
| SHA1: |
1c7438d478476707315df11cf4d1c773 |
| User & Date: | mistachkin 2017-01-08 02:03:30.128 |
Context
|
2017-01-08
| ||
| 02:03 | Small whitespace fix. check-in: 7353be6873 user: mistachkin tags: remarks-on-checkins | |
| 02:03 | Fix a typo in the file format document. check-in: 1c7438d478 user: mistachkin tags: remarks-on-checkins | |
|
2017-01-07
| ||
| 19:29 | Update the manifest parser so that it accepts remark artifacts. check-in: e40143aaff user: drh tags: remarks-on-checkins | |
Changes
Changes to www/fileformat.wiki.
| ︙ | ︙ | |||
538 539 540 541 542 543 544 | A remark artifact holds textual remarks that are added to a check-in. Remarks can hold expanded commentary about the check-in, notes from code-reviews, information about problems discovered in the check-in, or other auxiliary textual information about the check-in. The remark artifact is a new artifact added to this specification in early 2017. | | | 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 | A remark artifact holds textual remarks that are added to a check-in. Remarks can hold expanded commentary about the check-in, notes from code-reviews, information about problems discovered in the check-in, or other auxiliary textual information about the check-in. The remark artifact is a new artifact added to this specification in early 2017. The following cards are allowed on a remark artifact: <blockquote> <b>D</b> <i>time-and-date-stamp</i><br /> <b>G</b> <i>checkin-uuid</i><br /> <b>N</b> <i>mimetype</i><br /> <b>U</b> <i>user-name</i><br /> <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| ︙ | ︙ |