Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2019-03-01 09:38:42" occurring around 2019-03-01 09:38:42.
2019-03-17
| ||
00:14 | Automatically run "git repack -adf" after an initial export to git using the "fossil git export" command. (Recommended by Linus Torvalds himself.) ... (check-in: e4d87cd16b user: drh tags: trunk) | |
00:02 | Do not use the --input-marks option with "git fast-import". Instead, remember older Git-names and insert them directly into the fast-import stream. ... (check-in: 8e6f3ced08 user: drh tags: trunk) | |
2019-03-16
| ||
18:58 | Make the configuration database (~/.fossil) optional for the sync command. ... (check-in: d1b88ad570 user: drh tags: trunk) | |
17:04 | Abandon an export to Git if a phantom artifact is encountered on any check-in that is less than one year old. This is a defense against generating an incorrect export from a repository that has an incomplete sync. Shunned artifacts are always ignored, regardless of age. ... (check-in: de0bbcb53c user: drh tags: trunk) | |
13:58 | When the "fossil git export" command displays the "git push" command it is about to run, omit the display of any password that happens to be embedded in the URL. ... (check-in: aaa937a8e1 user: drh tags: trunk) | |
13:31 | Fix a missing newline when printing the git push command on --autopush. ... (check-in: df619db6e4 user: drh tags: trunk) | |
13:23 | Update the "fossil git export" command so that it remembers the last repository name and reuses it if no repository is specified. Add the --force option. ... (check-in: fe98905e9a user: drh tags: trunk) | |
13:06 | Add the --autopush option to the "fossil git export" command. ... (check-in: ac5ae7b733 user: drh tags: trunk) | |
01:07 | Add a README.md file for the sake of the GitHub test mirror. ... (check-in: ced33d1abf user: drh tags: trunk) | |
00:58 | Add the "fossil git export" command, designed to simplify making a Git mirror of a working Fossil repository. ... (check-in: 702959420f user: drh tags: trunk) | |
00:26 | Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. ... (Closed-Leaf check-in: 4f19d67b02 user: drh tags: mirror-cmd) | |
2019-03-14
| ||
17:16 | Begin work on the "fossil mirror" command. ... (check-in: dbc1c62a99 user: drh tags: mirror-cmd) | |
13:52 | When doing a "fossil stash" make sure that the stash has committed before deleting changes from disk, so that the changes can be recovered if something goes wrong. ... (check-in: 60af514d13 user: drh tags: trunk) | |
2019-03-09
| ||
21:57 | Initial check-in of the documentation for the proposed VCCP. Very incomplete. This is just to save my work. ... (check-in: b37bb7dc79 user: drh tags: vccp) | |
2019-03-08
| ||
00:42 | Update the documentation on the "fossil backoffice" command. ... (check-in: 35c8103e6d user: drh tags: trunk) | |
2019-03-07
| ||
17:57 | Add the --poll option to "fossil backoffice" to allow it to act as a backoffice launch daemon. ... (check-in: 1021afc6aa user: drh tags: trunk) | |
16:43 | Enhancements to the "backoffice" command: Added the --nodelay option and added the ability to specify multiple repositories. ... (check-in: 96fc484876 user: drh tags: trunk) | |
2019-03-04
| ||
13:58 | Improvements to Append Wiki privilege suggested by jakesfr. ... (check-in: 3790dbbd36 user: drh tags: trunk) | |
2019-03-02
| ||
20:33 | Improvements to the document that describes the delta format. ... (check-in: 81e61d78fd user: drh tags: trunk) | |
18:18 | Enable make install without first calling make workflow by adjusting the install target prerequisites. This allows make install to be called on a fresh clone/checkout of Fossil because otherwise OBJDIR is missing and make install fails. ... (check-in: 904eb8a5ec user: andybradford tags: trunk) | |
2019-03-01
| ||
21:46 | Merge trunk. Update to Openssl 1.1.1b ... (check-in: b7695eeea2 user: jan.nijtmans tags: openssl-1.1) | |
21:42 | Update to openssl 1.0.2r ... (check-in: a416666563 user: jan.nijtmans tags: trunk) | |
21:37 | Update custom makefile. Remove some unnecessary spacing in documentation ... (check-in: e2751b18af user: jan.nijtmans tags: trunk) | |
10:30 | (cherry-pick): Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: e217b8b988 user: jan.nijtmans tags: branch-2.8) | |
09:38 | Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: b2c424ada8 user: jan.nijtmans tags: trunk) | |
2019-02-27
| ||
19:12 | (cherry-pick): Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: c460f94352 user: jan.nijtmans tags: branch-2.8) | |
14:34 | Update the version number to 2.9 for the next release cycle. Updates to the change log for 2.9. ... (check-in: 6f60cb3881 user: drh tags: trunk) | |
14:23 | For the "fossil update" and "fossil checkout" commands, if a managed file is removed because it is no longer part of the target check-in and the directory containing the file is empty after the file is removed and the directory is not the current working directory and is not on the empty-dirs list, then also remove the directory. ... (check-in: f132f86bbe user: drh tags: trunk) | |
12:57 | Merge the bug fix from trunk. ... (Closed-Leaf check-in: 50995ed1ee user: drh tags: rmdir-on-update) | |
12:08 | Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: 70f3092207 user: drh tags: trunk) | |
2019-02-26
| ||
01:22 | When doing a "fossil update" if files are removed from a directory, then try to delete that directory (if it is empty) at the end of the update, if the directory is not on the empty-dirs list. ... (check-in: 43111aa939 user: drh tags: rmdir-on-update) | |
2019-02-25
| ||
17:01 | Update the built-in SQLite to the latest trunk version that includes all of the fixes that were in the 3.27.2 release. ... (check-in: 4d6086702e user: drh tags: trunk) | |
15:10 | Add extension functions delta_apply(), delta_create(), delta_output_size(), and delta_parse() to the SQL connection for the "fossil sql" command. ... (check-in: effa89302a user: drh tags: trunk) | |
2019-02-24
| ||
22:55 | (cherry-pick): Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: e869ad9c93 user: jan.nijtmans tags: branch-2.8) | |
20:32 | Update error message in 'loadTcl' to make it more concise. ... (check-in: f2f01669d0 user: mistachkin tags: trunk) | |
16:46 | Make the --nossl and --nocompress server options available for CGI requests. ... (Closed-Leaf check-in: a41ef5e6a2 user: florian tags: cgi-server-options) | |
14:35 | Merge trunk ... (check-in: af9dabcbf0 user: jan.nijtmans tags: openssl-1.1) | |
14:33 | Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: 08e63e1755 user: jan.nijtmans tags: trunk) | |
2019-02-20
| ||
22:28 | Formatting improvement for images shown by /artifact. ... (check-in: 7b0dbe8079 user: drh tags: trunk) | |
21:50 | Always show the "Apply These Changes" button in the Wysiwyg editor. ... (check-in: 5efd69e2ca user: drh tags: trunk) | |
20:42 | Start the version 2.9 change log. ... (check-in: 29d5571898 user: drh tags: trunk) | |
20:32 | Fix the display of wiki and markdown on /artifact pages so that hyperlinks are shown as if relative to /doc/VERSION. ... (check-in: 8af35d30a6 user: drh tags: trunk) | |
15:01 | Version 2.8 ... (check-in: f8d7f76bfd user: drh tags: trunk, release, version-2.8) | |
2019-02-18
| ||
22:37 | Fix the handling of manifest files for the "tag" and "amend" commands. ... (check-in: 5e20a4f7a8 user: drh tags: trunk) | |
21:04 | Tweaks to the change log in preparation for 2.8. ... (check-in: dbf342e763 user: drh tags: trunk) | |
20:44 | Allow arguments with non-ASCII characters for constructed shell commands. ... (check-in: 72e4b915fd user: drh tags: trunk) | |
19:17 | Include 'nonce' TH1 variable in the custom skin documentation. ... (check-in: 02367341b6 user: mistachkin tags: trunk) | |
19:09 | When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. Also, add the 'nonce' command to TH1. ... (check-in: 8a65cd1831 user: mistachkin tags: trunk) | |
2019-02-17
| ||
07:47 | Make sure the TH1 interp is available before trying to use it. ... (Closed-Leaf check-in: 600accbec3 user: mistachkin tags: dynamicCsp) | |
05:32 | Merge updates from trunk. ... (check-in: cb881aab33 user: mistachkin tags: dynamicCsp) | |