Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix minor documentation typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
372879b3885d45e661d842e29a00685f |
User & Date: | drh 2012-08-06 11:15:51.828 |
Context
2012-08-06
| ||
14:41 | Add --user-override and --date-override options to the "fossil ticket add" command. ... (check-in: ea4acb5c user: drh tags: trunk) | |
11:15 | Fix minor documentation typo. ... (check-in: 372879b3 user: drh tags: trunk) | |
2012-07-27
| ||
00:26 | Fix another faulty though harmless memset() initialization. ... (check-in: 336e1355 user: drh tags: trunk) | |
Changes
Changes to www/fileformat.wiki.
︙ | ︙ | |||
275 276 277 278 279 280 281 | <a name="ctrl"></a> <h2>3.0 Control Artifacts</h2> Control artifacts are used to assign properties to other artifacts within the repository. The basic format of a control artifact is the same as a manifest or cluster. A control artifact is a text | | | 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 | <a name="ctrl"></a> <h2>3.0 Control Artifacts</h2> Control artifacts are used to assign properties to other artifacts within the repository. The basic format of a control artifact is the same as a manifest or cluster. A control artifact is a text file divided into cards by newline characters. Each card has a single-character card type followed by arguments. Spaces separate the card type and the arguments. No surplus whitespace is allowed. All cards must occur in strict lexicographical order. Allowed cards in a control artifact are as follows: <blockquote> |
︙ | ︙ |