Fossil

Check-in [7438f5b0ff]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Typo fix in `fossil help comment-format` output
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7438f5b0ffa20f656975fb5d02556867ee7be735153f5a2b8be3a6f685bb0c94
User & Date: wyoung 2025-05-03 11:38:47.840
Context
2025-05-03
20:00
Update the /thisdayinhistory page to show changes from 25 years ago. check-in: 99aeebadef user: drh tags: trunk
11:38
Typo fix in `fossil help comment-format` output check-in: 7438f5b0ff user: wyoung tags: trunk
08:09
Fix (likely unintentional) variable shadowing to restore ANSI C-89 conformance. check-in: 2ce32f7546 user: florian tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/db.c.
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
*/
/*
** SETTING: comment-format  width=16 default=1
** Set the algorithm for printing timeline comments to the console.
**
** Possible values are:
**    1     Use the original comment printing algorithm:
**             *   Leading and trialing whitespace is removed
**             *   Internal whitespace is converted into a single space (0x20)
**             *   Line breaks occurs at whitespace or hyphens if possible
**          This is the recommended value and the default.
**
** Or a bitwise combination of the following flags:
**    2     Trim leading and trailing CR and LF characters.
**    4     Trim leading and trailing white space characters.







|







4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
*/
/*
** SETTING: comment-format  width=16 default=1
** Set the algorithm for printing timeline comments to the console.
**
** Possible values are:
**    1     Use the original comment printing algorithm:
**             *   Leading and trailing whitespace is removed
**             *   Internal whitespace is converted into a single space (0x20)
**             *   Line breaks occurs at whitespace or hyphens if possible
**          This is the recommended value and the default.
**
** Or a bitwise combination of the following flags:
**    2     Trim leading and trailing CR and LF characters.
**    4     Trim leading and trailing white space characters.