Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Made dotfiles a versionable setting. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5fb84d01a221fe2c09e3223a3deea3d6 |
| User & Date: | sdr 2015-04-01 19:16:37.640 |
| Original User & Date: | scott 2015-04-01 19:16:37.640 |
Context
|
2015-04-02
| ||
| 20:15 | More fixes to TH1 integer and expression processing. check-in: fc248d66aa user: mistachkin tags: trunk | |
|
2015-04-01
| ||
| 19:16 | Made dotfiles a versionable setting. check-in: 5fb84d01a2 user: sdr tags: trunk | |
| 17:23 | Honor the --baseurl command-line option in scgi mode. check-in: 3eb0594c9e user: drh tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2343 2344 2345 2346 2347 2348 2349 |
{ "clean-glob", 0, 40, 1, 0, "" },
{ "clearsign", 0, 0, 0, 0, "off" },
{ "crnl-glob", 0, 40, 1, 0, "" },
{ "default-perms", 0, 16, 0, 0, "u" },
{ "diff-binary", 0, 0, 0, 0, "on" },
{ "diff-command", 0, 40, 0, 0, "" },
{ "dont-push", 0, 0, 0, 0, "off" },
| | | 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 |
{ "clean-glob", 0, 40, 1, 0, "" },
{ "clearsign", 0, 0, 0, 0, "off" },
{ "crnl-glob", 0, 40, 1, 0, "" },
{ "default-perms", 0, 16, 0, 0, "u" },
{ "diff-binary", 0, 0, 0, 0, "on" },
{ "diff-command", 0, 40, 0, 0, "" },
{ "dont-push", 0, 0, 0, 0, "off" },
{ "dotfiles", 0, 0, 1, 0, "off" },
{ "editor", 0, 32, 0, 0, "" },
{ "empty-dirs", 0, 40, 1, 0, "" },
{ "encoding-glob", 0, 40, 1, 0, "" },
{ "gdiff-command", 0, 40, 0, 0, "gdiff" },
{ "gmerge-command", 0, 40, 0, 0, "" },
{ "hash-digits", 0, 5, 0, 0, "10" },
{ "http-port", 0, 16, 0, 0, "8080" },
|
| ︙ | ︙ |