Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around c8b414ab8db3f24f.
2020-11-02
| ||
01:15 | Edit pass on gituser.md. ... (check-in: dd3dd23965 user: wyoung tags: trunk) | |
00:38 | Typo fix in previous ... (check-in: a1626b3028 user: wyoung tags: trunk) | |
00:38 | Linking to the new docs from fossil-v-git.wiki, simplifying it a bit. ... (check-in: ff428f3e09 user: wyoung tags: trunk) | |
00:34 | Added the "Git Worktrees" section to the gitusers doc, which acts as a complement to the "multiple check-out directories" section of the new ckout-workflow.md doc. It gives us a place to talk about git-worktree and git clone --separate-git-dir. ... (check-in: 31f8a835da user: wyoung tags: trunk) | |
2020-11-01
| ||
23:59 | Moved the "Checkout Workflows" section of the gitusers doc up so we can shorten the section intro, and added brief comparisons between Fossil and Git specifically here, since the new ckout-workflows doc glosses those points now. ... (check-in: f2c5ab91a9 user: wyoung tags: trunk) | |
23:45 | Updated the gitusers.md doc title in the index. ... (check-in: 13f8eb098c user: wyoung tags: trunk) | |
23:44 | Minor tweaks to the gitusers doc to track the prior commit. ... (check-in: aa29ce14fd user: wyoung tags: trunk) | |
23:35 | Extracted the checkout workflows section of the gitusers.md doc to a new www/ckout-workflows.md doc, which talks about Git only as a common comparison. Linking to it from the gitusers.md doc, which now only talks about the Git-specific bits we had in that section. ... (check-in: b6b1b705d0 user: wyoung tags: trunk) | |
23:09 | Applied a variant of drh's fix to the label spacing in the "museum" directory tree diagram in the gitusers doc. ... (check-in: 54001a4efe user: wyoung tags: trunk) | |
23:03 | Now covering the Fossil 2.14 "fossil clone URI" feature in the gitusers doc. ... (check-in: 77541c8b29 user: wyoung tags: trunk) | |
21:38 | Added "git worktree remove" para to the gitusers doc ... (check-in: 26aa4eac2d user: wyoung tags: trunk) | |
21:36 | Recast the section on dotfiles in the gitusers doc to cover "fossil close" and its implications more broadly. ... (check-in: 526446c23c user: wyoung tags: trunk) | |
21:14 | Enhance the CGI extension documentation to point out that CGI extensions are accessible to all users and that access control is the responsibility of the individual extensions. ... (check-in: 30894085f4 user: drh tags: trunk) | |
21:12 | Added the "What Changed?" section to the gitusers doc. ... (check-in: 7c511caecc user: wyoung tags: trunk) | |
20:59 | Added the "Showing Information About Commits" section to the gitusers doc. ... (check-in: 9cf1a1664e user: wyoung tags: trunk) | |
20:46 | Another compiler warning fix. (These warnings are coming from a separately machine, so I have to commit before I see them.) ... (check-in: 4915055227 user: drh tags: trunk) | |
20:45 | More compiler warning fixes. ... (check-in: 4c91a91124 user: drh tags: trunk) | |
20:44 | Fix a harmless compiler warning. ... (check-in: 2ba5ddb9d9 user: drh tags: trunk) | |
20:37 | Factor out the logic that tries to deduce an appropriate repository name from a remote URL and put it in the url_to_repo_basename() routine of url.c. ... (check-in: f978fcdce1 user: drh tags: trunk) | |
20:22 | Added the "Init In Place" section to the gitusers doc. ... (check-in: b564baa67f user: wyoung tags: trunk) | |
20:18 | For the "clone" command, throw a fatal error if the FILENAME argument is omitted and we are unable to guess an appropriate filename from the URL. ... (check-in: 4fa02aff8e user: drh tags: trunk) | |
20:07 | Broke the long "Repositories And Checkouts Are Distinct" section in the gitusers doc up into sections, reordered some things, and added a Pikchr showing my ~museum directory structure as an example. ... (check-in: 88a8330758 user: wyoung tags: trunk) | |
20:06 | Enhance the clone command so that if it includes either the "--workdir DIR" option, or if omits the local repository filename argument, and if the "--no-open" option is omitted, then the repository is opened after it is cloned. Hence the command "fossil clone https://whatever.com/x/y/repo" works more like Git in that it first clones into "repo.fossil" then opens the new repository in the "repo" subdirectory. ... (check-in: a8d7878789 user: drh tags: trunk) | |
19:27 | Added the "Summary Line Convention In Commit Comments" section to the gitusers doc. ... (check-in: 46a30e7e9b user: wyoung tags: trunk) | |
19:16 | Expanded the "timeline is the log" section of gitusers.md with info from this forum post: https://www.fossil-scm.org/forum/forumpost/e891cce862 ... (check-in: c8b414ab8d user: wyoung tags: trunk) | |
18:40 | Tightened the intro section of gitusers.md ... (check-in: dad5ce5109 user: wyoung tags: trunk) | |
18:11 | Reordered a few paragraphs in backup.md to place more important info earlier in the doc. ... (check-in: 8a0ea9b6c0 user: wyoung tags: trunk) | |
18:06 | Several refinements to the backup.md doc, the most substantive of which is that it now warns that even the second method doesn't inherently solve the stale-repo problem in distributed cloning networks. ... (check-in: 8a539f14da user: wyoung tags: trunk) | |
17:52 | Using `fossil sql --no-repository` instead of `sqlite3` in the restore step of backup.md. ... (check-in: ff7cedfeec user: wyoung tags: trunk) | |
00:30 | Increase the version number to 2.14 to begin the next release cycle. Update the built-in SQLite to the latest 3.34.0 alpha for testing. ... (check-in: e9b5a983cc user: drh tags: trunk) | |
00:27 | Update the latest release notation on the homepage. ... (check-in: 15e42c5456 user: drh tags: trunk) | |
00:27 | • Edit [e7bba4ff367e6890|e7bba4ff36]: Change background color to "#d0c0ff". ... (artifact: 23c5889fba user: drh) | |
00:13 | Version 2.13 "All Saints" ... (check-in: e7bba4ff36 user: drh tags: trunk, release, version-2.13) | |
2020-10-31
| ||
03:15 | Covered the difference between "git log" and "fossil timeline" in the gitusers doc; made several other improvements while in there. ... (check-in: f6ad6fb179 user: wyoung tags: trunk) | |
2020-10-29
| ||
19:18 | Fixed a use of "above" in a document to refer to text that was later moved to another document entirely. We now link to that doc instead. ... (check-in: 6a6fd6b911 user: wyoung tags: trunk) | |
19:07 | Reworked the "Clones and Backups" section of www/caps/admin-v-setup.md now that we have www/backup.md. ... (check-in: dd65d143c3 user: wyoung tags: trunk) | |
16:30 | Requires SQLite version 3.34.0 or later, due to the recursive CTE enhancement needed by /finfo. ... (check-in: 8813ae91a6 user: drh tags: trunk) | |
13:42 | Minor fix to error handling in pikchr.c. ... (check-in: 5febff257d user: drh tags: trunk) | |
02:06 | Update to the latest pikchr.c that fixes issues with the "close" attribute. ... (check-in: c9bc2b4a8d user: drh tags: trunk) | |
2020-10-28
| ||
16:13 | When deleting a subscription, also provide the opportunity to delete the corresponding user. When deleting a user, always also delete subscriptions associated with that user. ... (check-in: b6b5a7dc62 user: drh tags: trunk) | |
2020-10-27
| ||
08:47 | Add section "Naming of Files, Checkins, and Branches" ... (check-in: 590a8fcac6 user: danshearer tags: trunk) | |
08:04 | Correct typo; X swapped with Y ... (check-in: 986bde2b54 user: danshearer tags: trunk) | |
2020-10-26
| ||
19:49 | Merge enhancements to the quickstart.wiki documentation page onto trunk. ... (check-in: f2abc2b009 user: drh tags: trunk) | |
16:44 | Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77e4 user: danshearer tags: quickstart) | |
16:35 | Minor mods, and use <tt> for command output ... (check-in: cfc68d1349 user: danshearer tags: quickstart) | |
15:56 | Add examples and expand on the workflow ... (check-in: 3e44368b6c user: danshearer tags: quickstart) | |
06:46 | Added zsh fossil autocompletion, as discussed in [https://fossil-scm.org/forum/forumpost/47a180c815]. ... (check-in: e299531d5b user: stephan tags: trunk) | |
2020-10-22
| ||
17:35 | Assorted minor fixes and tweaks to the check-in names doc ... (check-in: 68a78b895e user: wyoung tags: trunk) | |
2020-10-20
| ||
23:40 | Fix a harmless compiler warning in the previous check-in. ... (check-in: 6c2b5bafb6 user: drh tags: trunk) | |
23:37 | The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. ... (check-in: 5cf5ad8491 user: drh tags: trunk) | |