Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins using file src/setup.c version 484952c850
2016-09-20
| ||
15:48 | Add the --verbose and --dryrun options to the "fossil unversioned revert" and "fossil unversioned sync" commands. ... (check-in: b5641c5cff user: drh tags: trunk) | |
15:10 | Fixes to the "fossil unversioned revert" command. ... (check-in: 122ab3fbfd user: drh tags: trunk) | |
2016-09-19
| ||
18:48 | Remove the unused uvStatus variable from the client-side sync implementation. ... (check-in: 515229c5cd user: drh tags: trunk) | |
17:50 | Merge updates from trunk. ... (Closed-Leaf check-in: 8fbd5fb661 user: mistachkin tags: autosetupAndJimTcl) | |
14:50 | Fix for the "-u" option on clone - make sure at least three round-trips occur as it takes that many to get the UV transfer started. ... (check-in: 16306153c0 user: drh tags: trunk) | |
14:09 | Fix another typo in the server.wiki documentation. ... (check-in: a1b50dad22 user: drh tags: trunk) | |
14:06 | Update the server.wiki documentation due to the use of unversioned files for the download page. ... (check-in: e1c2bd2680 user: drh tags: trunk) | |
2016-09-15
| ||
19:51 | Merge fork ... (check-in: ef5f795176 user: andygoth tags: trunk) | |
19:50 | Remove extraneous periods in timeline on branch move events, also correct verb tense to be more consistent. This change may require a rebuild to take full effect because an event table may be caching the old event text. ... (check-in: f4b5881b33 user: andygoth tags: trunk) | |
19:42 | Fix typo in comment. ... (check-in: adffcf5b60 user: mistachkin tags: trunk) | |
19:41 | Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: 953cfbd497 user: mistachkin tags: trunk) | |
04:12 | Even more consistency. ... (Closed-Leaf check-in: e5cbf41c04 user: mistachkin tags: tarAndZip) | |
04:01 | Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: b945876253 user: mistachkin tags: tarAndZip) | |
2016-09-14
| ||
01:42 | Fix typo in comment. ... (check-in: a3d8b27b45 user: mistachkin tags: trunk) | |
2016-09-13
| ||
22:14 | Add '--no-prompt' option to the 'commit' command. ... (check-in: 29ef4f5d06 user: mistachkin tags: trunk) | |
22:13 | Pass the command flags into the TH1 hooks verbatim, without any masking. ... (check-in: 9595cfcd45 user: mistachkin tags: trunk) | |
22:12 | Update custom MinGW makefile. ... (check-in: b218dbb9f3 user: mistachkin tags: trunk) | |
19:59 | Revise the COMMAND: and WEBSITE: parsing to add the ability to specify flag options after the command or website name. ... (check-in: 555ddfecfa user: drh tags: trunk) | |
18:03 | Fix up some comments on the command and webpage name lookup logic. No changes to code. ... (check-in: 49703de740 user: drh tags: trunk) | |
17:51 | Refactor command and webpage name lookup. Move all associated logic out of main.c and into a new file named "dispatch.c". There is now a single const array of objects named "aCommand" that contains all command and webpage names together with their help text. ... (check-in: e6aab1a437 user: drh tags: trunk) | |
04:35 | Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4be user: mistachkin tags: commitNoPrompt) | |
03:42 | Fix timeline command bug reported by Roy Keene. If the nearest artifact found is a wiki page, it may not have a child, so instead use the time of whatever name_to_uuid finds. For example: fossil timeline after 2015-03-14T13:46:20 ... (check-in: a85eb7c6dc user: andybradford tags: trunk) | |
03:11 | Fix typo. ... (check-in: 88e1bef9ec user: mistachkin tags: trunk) | |