Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix the on-line help for the pgo-command and gdiff-command settings. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7aad2af7d39acbf148575e2f09d5a9e6 |
| User & Date: | drh 2017-10-10 23:08:15.958 |
Context
|
2017-10-11
| ||
| 10:13 | Merge the automatic reconfigure changes. check-in: 67a9088237 user: drh tags: trunk | |
| 01:13 | Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually. check-in: fd33b6a4aa user: wyoung tags: wy-autoreconfig | |
|
2017-10-10
| ||
| 23:08 | Fix the on-line help for the pgo-command and gdiff-command settings. check-in: 7aad2af7d3 user: drh tags: trunk | |
|
2017-10-06
| ||
| 16:36 | Improved help message for the /mlink page check-in: bf94ffa009 user: drh tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2924 2925 2926 2927 2928 2929 2930 | /* ** SETTING: exec-rel-paths boolean default=off ** When executing certain external commands (e.g. diff and ** gdiff), use relative paths. */ #endif /* | | | 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 | /* ** SETTING: exec-rel-paths boolean default=off ** When executing certain external commands (e.g. diff and ** gdiff), use relative paths. */ #endif /* ** SETTING: gdiff-command width=40 default=gdiff ** The value is an external command to run when performing a graphical ** diff. If undefined, text diff will be used. */ /* ** SETTING: gmerge-command width=40 ** The value is a graphical merge conflict resolver command operating ** on four files. Examples: |
| ︙ | ︙ | |||
3014 3015 3016 3017 3018 3019 3020 | ** If enabled, the "mv" and "rename" commands will also move ** the associated files within the checkout -AND- the "rm" ** and "delete" commands will also remove the associated ** files from within the checkout. */ #endif /* | | < < > | 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 | ** If enabled, the "mv" and "rename" commands will also move ** the associated files within the checkout -AND- the "rm" ** and "delete" commands will also remove the associated ** files from within the checkout. */ #endif /* ** SETTING: pgp-command width=40 ** Command used to clear-sign manifests at check-in. ** Default value is "gpg --clearsign -o" */ /* ** SETTING: proxy width=32 default=off ** URL of the HTTP proxy. If undefined or "off" then ** the "http_proxy" environment variable is consulted. ** If the http_proxy environment variable is undefined ** then a direct HTTP connection is used. |
| ︙ | ︙ |