Fossil SCM
Add help text for the 'access-log' setting.
Commit
67985cd668bcbaa1772b70f6cf8539a03486e316
Parent
ebd36f9b2b278f7…
1 file changed
+3
M
src/db.c
+3
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2115,10 +2115,13 @@ | ||
| 2115 | 2115 | ** file named .fossil-settings/PROPERTY in the checked out files, if that |
| 2116 | 2116 | ** file exists. |
| 2117 | 2117 | ** |
| 2118 | 2118 | ** The "unset" command clears a property setting. |
| 2119 | 2119 | ** |
| 2120 | +** | |
| 2121 | +** access-log If enabled, record successful and failed login attempts | |
| 2122 | +** in the "accesslog" table. Default: off | |
| 2120 | 2123 | ** |
| 2121 | 2124 | ** allow-symlinks If enabled, don't follow symlinks, and instead treat |
| 2122 | 2125 | ** (versionable) them as symlinks on Unix. Has no effect on Windows |
| 2123 | 2126 | ** (existing links in repository created on Unix become |
| 2124 | 2127 | ** plain-text files with link destination path inside). |
| 2125 | 2128 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2115,10 +2115,13 @@ | |
| 2115 | ** file named .fossil-settings/PROPERTY in the checked out files, if that |
| 2116 | ** file exists. |
| 2117 | ** |
| 2118 | ** The "unset" command clears a property setting. |
| 2119 | ** |
| 2120 | ** |
| 2121 | ** allow-symlinks If enabled, don't follow symlinks, and instead treat |
| 2122 | ** (versionable) them as symlinks on Unix. Has no effect on Windows |
| 2123 | ** (existing links in repository created on Unix become |
| 2124 | ** plain-text files with link destination path inside). |
| 2125 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2115,10 +2115,13 @@ | |
| 2115 | ** file named .fossil-settings/PROPERTY in the checked out files, if that |
| 2116 | ** file exists. |
| 2117 | ** |
| 2118 | ** The "unset" command clears a property setting. |
| 2119 | ** |
| 2120 | ** |
| 2121 | ** access-log If enabled, record successful and failed login attempts |
| 2122 | ** in the "accesslog" table. Default: off |
| 2123 | ** |
| 2124 | ** allow-symlinks If enabled, don't follow symlinks, and instead treat |
| 2125 | ** (versionable) them as symlinks on Unix. Has no effect on Windows |
| 2126 | ** (existing links in repository created on Unix become |
| 2127 | ** plain-text files with link destination path inside). |
| 2128 |