Differences From:
File
src/db.c
part of check-in
[4e683ef07b]
- Add the ability to modify global settings (such as the proxy setting)
even when there are no repositories defined.
by
drh on
2008-05-05 17:24:38.
[view]
To:
File
src/db.c
part of check-in
[387cbeda3f]
- Honor the http_proxy environment variable as another source for the
URL of the HTTP proxy if the "proxy" setting is undefined or is "off".
by
drh on
2008-05-05 17:30:12.
[view]
@@ -1087,9 +1087,12 @@
**
** omitsign When enabled, fossil will not attempt to sign any
** commit with gpg. All commits will be unsigned.
**
-** proxy URL of the HTTP proxy to use
+** proxy 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.
**
** diff-command External command to run when performing a diff.
** If undefined, the internal text diff will be used.
**