Fossil SCM
Fix a typo that prevented the diff-binary setting from being picked up by the mkindex.c comment scanner.
Commit
2eea7584d57b80c053c5e9c5041a8b8185f566f23debe2cb80b83dfc1579c1d9
Parent
df654bd9938d9dc…
1 file changed
+2
-1
M
src/db.c
+2
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2871,11 +2871,12 @@ | ||
| 2871 | 2871 | ** SETTING: default-perms width=16 default=u |
| 2872 | 2872 | ** Permissions given automatically to new users. For more |
| 2873 | 2873 | ** information on permissions see the Users page in Server |
| 2874 | 2874 | ** Administration of the HTTP UI. |
| 2875 | 2875 | */ |
| 2876 | -/* SETTING: diff-binary boolean default=on | |
| 2876 | +/* | |
| 2877 | +** SETTING: diff-binary boolean default=on | |
| 2877 | 2878 | ** If enabled, permit files that may be binary |
| 2878 | 2879 | ** or that match the "binary-glob" setting to be used with |
| 2879 | 2880 | ** external diff programs. If disabled, skip these files. |
| 2880 | 2881 | */ |
| 2881 | 2882 | /* |
| 2882 | 2883 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2871,11 +2871,12 @@ | |
| 2871 | ** SETTING: default-perms width=16 default=u |
| 2872 | ** Permissions given automatically to new users. For more |
| 2873 | ** information on permissions see the Users page in Server |
| 2874 | ** Administration of the HTTP UI. |
| 2875 | */ |
| 2876 | /* SETTING: diff-binary boolean default=on |
| 2877 | ** If enabled, permit files that may be binary |
| 2878 | ** or that match the "binary-glob" setting to be used with |
| 2879 | ** external diff programs. If disabled, skip these files. |
| 2880 | */ |
| 2881 | /* |
| 2882 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2871,11 +2871,12 @@ | |
| 2871 | ** SETTING: default-perms width=16 default=u |
| 2872 | ** Permissions given automatically to new users. For more |
| 2873 | ** information on permissions see the Users page in Server |
| 2874 | ** Administration of the HTTP UI. |
| 2875 | */ |
| 2876 | /* |
| 2877 | ** SETTING: diff-binary boolean default=on |
| 2878 | ** If enabled, permit files that may be binary |
| 2879 | ** or that match the "binary-glob" setting to be used with |
| 2880 | ** external diff programs. If disabled, skip these files. |
| 2881 | */ |
| 2882 | /* |
| 2883 |