3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
|
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
|
+
+
+
+
+
+
+
|
*/
/*
** SETTING: repo-cksum boolean default=on
** Compute checksums over all files in each checkout as a double-check
** of correctness. Disable this on large repositories for a performance
** improvement.
*/
/*
** SETTING: repolist-skin width=2 default=0
** If non-zero then this repository desires to be used as the skin for
** repository lists. If 2, then use then omit this repository from the
** list for directory-scan lists. The repository is always displayed
** in lists for "fossil all ui" or "fossil all server".
*/
/*
** SETTING: self-register boolean default=off
** Allow users to register themselves through the HTTP UI.
** This is useful if you want to see other names than
** "Anonymous" in e.g. ticketing system. On the other hand
** users can not be deleted.
*/
|