Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove old warning-policy definition. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | warn-on-merging-private-branch |
| Files: | files | file ages | folders |
| SHA3-256: |
1b010f01793b9e62445f50bf2ef3f87c |
| User & Date: | preben 2023-10-17 11:27:57.914 |
Context
|
2023-10-18
| ||
| 12:14 | Rename policy setting for private merges to 'unpublished.' Leaf check-in: f2322d9044 user: preben tags: warn-on-merging-private-branch | |
|
2023-10-17
| ||
| 11:27 | Remove old warning-policy definition. check-in: 1b010f0179 user: preben tags: warn-on-merging-private-branch | |
|
2023-10-16
| ||
| 14:37 | Add warning-policy setting functionality. check-in: af73acb2df user: preben tags: warn-on-merging-private-branch | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
5015 5016 5017 5018 5019 5020 5021 | /* ** SETTING: large-file-size width=10 default=200000000 ** Fossil considers any file whose size is greater than this value ** to be a "large file". Fossil might issue warnings if you try to ** "add" or "commit" a "large file". Set this value to 0 or less ** to disable all such warnings. */ | < < < < < < | 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 | /* ** SETTING: large-file-size width=10 default=200000000 ** Fossil considers any file whose size is greater than this value ** to be a "large file". Fossil might issue warnings if you try to ** "add" or "commit" a "large file". Set this value to 0 or less ** to disable all such warnings. */ /* ** Look up a control setting by its name. Return a pointer to the Setting ** object, or NULL if there is no such setting. ** ** If allowPrefix is true, then the Setting returned is the first one for ** which zName is a prefix of the Setting name. |
| ︙ | ︙ |