Fossil SCM
Improve the text of the meaning of the allow-symlinks setting. No changes to code.
Commit
a59c8490dd76cc4e66f1b351de0ef806cf4562cae89fedc1e4a69052c61fa74b
Parent
75fd7afcde96060…
1 file changed
+12
-2
M
src/db.c
+12
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2777,17 +2777,27 @@ | ||
| 2777 | 2777 | ** in the "admin_log" table of the repository. |
| 2778 | 2778 | */ |
| 2779 | 2779 | #if defined(_WIN32) |
| 2780 | 2780 | /* |
| 2781 | 2781 | ** SETTING: allow-symlinks boolean default=off versionable |
| 2782 | -** Allows symbolic links in the repository when enabled. | |
| 2782 | +** | |
| 2783 | +** When allow-symlinks is OFF, symbolic links in the repository are followed | |
| 2784 | +** and treated no differently from real files. When allow-symlinks is ON, | |
| 2785 | +** the object to which the symbolic link points is ignored, and the content | |
| 2786 | +** of the symbolic link that is stored in the repository is the name of the | |
| 2787 | +** object to which the symbolic link points. | |
| 2783 | 2788 | */ |
| 2784 | 2789 | #endif |
| 2785 | 2790 | #if !defined(_WIN32) |
| 2786 | 2791 | /* |
| 2787 | 2792 | ** SETTING: allow-symlinks boolean default=on versionable |
| 2788 | -** Allows symbolic links in the repository when enabled. | |
| 2793 | +** | |
| 2794 | +** When allow-symlinks is OFF, symbolic links in the repository are followed | |
| 2795 | +** and treated no differently from real files. When allow-symlinks is ON, | |
| 2796 | +** the object to which the symbolic link points is ignored, and the content | |
| 2797 | +** of the symbolic link that is stored in the repository is the name of the | |
| 2798 | +** object to which the symbolic link points. | |
| 2789 | 2799 | */ |
| 2790 | 2800 | #endif |
| 2791 | 2801 | /* |
| 2792 | 2802 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 2793 | 2803 | ** If enabled, the /login page provides a button that will automatically |
| 2794 | 2804 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2777,17 +2777,27 @@ | |
| 2777 | ** in the "admin_log" table of the repository. |
| 2778 | */ |
| 2779 | #if defined(_WIN32) |
| 2780 | /* |
| 2781 | ** SETTING: allow-symlinks boolean default=off versionable |
| 2782 | ** Allows symbolic links in the repository when enabled. |
| 2783 | */ |
| 2784 | #endif |
| 2785 | #if !defined(_WIN32) |
| 2786 | /* |
| 2787 | ** SETTING: allow-symlinks boolean default=on versionable |
| 2788 | ** Allows symbolic links in the repository when enabled. |
| 2789 | */ |
| 2790 | #endif |
| 2791 | /* |
| 2792 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 2793 | ** If enabled, the /login page provides a button that will automatically |
| 2794 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2777,17 +2777,27 @@ | |
| 2777 | ** in the "admin_log" table of the repository. |
| 2778 | */ |
| 2779 | #if defined(_WIN32) |
| 2780 | /* |
| 2781 | ** SETTING: allow-symlinks boolean default=off versionable |
| 2782 | ** |
| 2783 | ** When allow-symlinks is OFF, symbolic links in the repository are followed |
| 2784 | ** and treated no differently from real files. When allow-symlinks is ON, |
| 2785 | ** the object to which the symbolic link points is ignored, and the content |
| 2786 | ** of the symbolic link that is stored in the repository is the name of the |
| 2787 | ** object to which the symbolic link points. |
| 2788 | */ |
| 2789 | #endif |
| 2790 | #if !defined(_WIN32) |
| 2791 | /* |
| 2792 | ** SETTING: allow-symlinks boolean default=on versionable |
| 2793 | ** |
| 2794 | ** When allow-symlinks is OFF, symbolic links in the repository are followed |
| 2795 | ** and treated no differently from real files. When allow-symlinks is ON, |
| 2796 | ** the object to which the symbolic link points is ignored, and the content |
| 2797 | ** of the symbolic link that is stored in the repository is the name of the |
| 2798 | ** object to which the symbolic link points. |
| 2799 | */ |
| 2800 | #endif |
| 2801 | /* |
| 2802 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 2803 | ** If enabled, the /login page provides a button that will automatically |
| 2804 |