1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
|
** Example: *.o,*.obj,*.exe
**
** localauth If enabled, require that HTTP connections from
** 127.0.0.1 be authenticated by password. If
** false, all HTTP requests from localhost have
** unrestricted access to the repository.
**
** mtime-changes Use file modification times (mtimes) to detect when
** files have been modified. (Default "on".)
**
** pgp-command Command used to clear-sign manifests at check-in.
** The default is "gpg --clearsign -o ".
**
** proxy URL of the HTTP proxy. If undefined or "off" then
|
>
>
>
>
|
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
|
** Example: *.o,*.obj,*.exe
**
** localauth If enabled, require that HTTP connections from
** 127.0.0.1 be authenticated by password. If
** false, all HTTP requests from localhost have
** unrestricted access to the repository.
**
** manifest If enabled, automatically create files "manifest" and
** "manifest.uuid" in every checkout. The SQLite and
** Fossil repositories both require this. Default: off.
**
** mtime-changes Use file modification times (mtimes) to detect when
** files have been modified. (Default "on".)
**
** pgp-command Command used to clear-sign manifests at check-in.
** The default is "gpg --clearsign -o ".
**
** proxy URL of the HTTP proxy. If undefined or "off" then
|
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
|
** a push, the push hook command will be executed. This
** might be a prefix of the pattern, sent by the client.
**
** push-hook-privilege
** if set, the user doing the push needs this privilege
** to trigger the hook. Valid privileges are:
** s (setup), a (admin), i (checkin) or o (checkout)
**
** ssh-command Command used to talk to a remote machine with
** the "ssh://" protocol.
**
** repo-cksum Compute checksums over all files in each checkout
** as a double-check of correctness. Defaults to "on".
** Disable on large repositories for a performance
** improvement.
**
** web-browser A shell command used to launch your preferred
** web browser when given a URL as an argument.
** Defaults to "start" on windows, "open" on Mac,
** and "firefox" on Unix.
**
** There is a simple form in the administration gui for these settings:
** * Go to the <a href="setup">Admin</a> page
|
>
>
>
>
>
<
<
<
<
<
|
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
|
** a push, the push hook command will be executed. This
** might be a prefix of the pattern, sent by the client.
**
** push-hook-privilege
** if set, the user doing the push needs this privilege
** to trigger the hook. Valid privileges are:
** s (setup), a (admin), i (checkin) or o (checkout)
**
** repo-cksum Compute checksums over all files in each checkout
** as a double-check of correctness. Defaults to "on".
** Disable on large repositories for a performance
** improvement.
**
** ssh-command Command used to talk to a remote machine with
** the "ssh://" protocol.
**
** web-browser A shell command used to launch your preferred
** web browser when given a URL as an argument.
** Defaults to "start" on windows, "open" on Mac,
** and "firefox" on Unix.
**
** There is a simple form in the administration gui for these settings:
** * Go to the <a href="setup">Admin</a> page
|