Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Document the --quiet option to "fossil rebuild" |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a25702b0192334117ae2a76265c0dad2 |
User & Date: | drh 2015-11-02 18:51:01 |
Context
2015-11-04
| ||
23:40 | Document the --quiet option to 'fossil rebuild'. ... (check-in: c685c46d user: mistachkin tags: branch-1.34) | |
2015-11-02
| ||
20:13 | Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: ca3ed9d4 user: drh tags: trunk) | |
18:51 | Document the --quiet option to "fossil rebuild" ... (check-in: a25702b0 user: drh tags: trunk) | |
17:35 | Version 1.34 ... (check-in: 62dcb00e user: drh tags: trunk, release, version-1.34) | |
Changes
Changes to src/rebuild.c.
︙ | ︙ | |||
531 532 533 534 535 536 537 538 539 540 541 542 543 544 | ** --deanalyze Remove ANALYZE tables from the database ** --force Force the rebuild to complete even if errors are seen ** --ifneeded Only do the rebuild if it would change the schema version ** --index Always add in the full-text search index ** --noverify Skip the verification of changes to the BLOB table ** --noindex Always omit the full-text search index ** --pagesize N Set the database pagesize to N. (512..65536 and power of 2) ** --randomize Scan artifacts in a random order ** --stats Show artifact statistics after rebuilding ** --vacuum Run VACUUM on the database after rebuilding ** --wal Set Write-Ahead-Log journalling mode on the database ** ** See also: deconstruct, reconstruct */ | > | 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 | ** --deanalyze Remove ANALYZE tables from the database ** --force Force the rebuild to complete even if errors are seen ** --ifneeded Only do the rebuild if it would change the schema version ** --index Always add in the full-text search index ** --noverify Skip the verification of changes to the BLOB table ** --noindex Always omit the full-text search index ** --pagesize N Set the database pagesize to N. (512..65536 and power of 2) ** --quiet Only show output if there are errors ** --randomize Scan artifacts in a random order ** --stats Show artifact statistics after rebuilding ** --vacuum Run VACUUM on the database after rebuilding ** --wal Set Write-Ahead-Log journalling mode on the database ** ** See also: deconstruct, reconstruct */ |
︙ | ︙ |