Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2019-03-14 18:55:24.
|
2019-03-17
| ||
| 04:21 | Clarity, formatting, and grammar edit pass on the new www/mirrortogithub.md document. check-in: 5cb3e09464 user: wyoung tags: trunk | |
| 03:50 | Only showing the file name extension to MIME type map page on the sitemap if the accessing user has an ability to check in named files. I can't see how anyone else would care what that table contains. check-in: 71d66284b4 user: wyoung tags: trunk | |
| 03:47 | Removed the Markdown and Wiki help page links from the Help section of the sitemap when the accessing user has no ability to create content in those formats: no wiki, ticket, or forum creation capability, no checkin rights, and no Admin rights. check-in: 7ff6d5b0e9 user: wyoung tags: trunk | |
| 01:42 | Add the "fossil git export" command to the 2.9 change log. check-in: 17b517f5ee user: drh tags: trunk | |
| 01:40 | Add the "How To Mirror A Fossil Repository On GitHub" document. check-in: 21b57fae40 user: drh tags: trunk | |
| 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-15
| ||
| 21:36 | Do the export within a transaction for performance. Record a complete two-way map of Git and Fossil names in the mirror.mmark table. check-in: c4f9b177f4 user: drh tags: mirror-cmd | |
| 20:01 | Add the "FossilOrigin-Name:" footer on all exported comments. check-in: 051cd3825e user: drh tags: mirror-cmd | |
| 16:38 | Rename "fossil mirror" to "fossil git export". Deprecate the "fossil export" command. check-in: 2faec6b748 user: drh tags: mirror-cmd | |
| 16:11 | Export "manifest", "manifest.uuid", and "manifest.tags" files if that is what the repository needs. check-in: eafe5ce624 user: drh tags: mirror-cmd | |
| 13:12 | The branch names should start with "refs/heads" (with an "s" at the end), not just "refs/head". check-in: d74371680d user: drh tags: mirror-cmd | |
| 11:48 | Render any phantom or shunned artifacts as an empty file. check-in: 2487f505cd user: drh tags: mirror-cmd | |
|
2019-03-14
| ||
| 20:16 | The mirror command is now able to export all of Fossil itself, though tags are still not exported. check-in: a3471a5eef user: drh tags: mirror-cmd | |
| 19:43 | Fix the export so that it is able to handle phantom check-ins. check-in: 4a480954e7 user: drh tags: mirror-cmd | |
| 18:55 | Sanitize branch names to conform to Git restrictions. check-in: 11bcc4eb10 user: drh tags: mirror-cmd | |
| 18:20 | Progress on the "fossil mirror" command. check-in: 5063eb521e user: drh tags: mirror-cmd | |
| 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-13
| ||
| 18:46 | Continuing work on the VCCP design. Closed-Leaf check-in: c3f118c529 user: drh tags: vccp | |
| 15:34 | Continuing work on the VCCP spec. This is an incremental check-in. check-in: 60794e993c user: drh tags: vccp | |
|
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
| ||
| 20:35 | Enhance the "fossil checkout" command to that it too cleans up directories that it makes empty. check-in: 95b700c2ab user: drh tags: rmdir-on-update | |
| 20:03 | Fix the rmdir-on-update so that it works even if the update is occurring in a subdirectory of the repository. Do not remove the subdirectory that is the current working directory even if it is empty. check-in: 3275a94436 user: drh tags: rmdir-on-update | |
| 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 | |