Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around version-2.13.

2020-11-01
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: b6b1b705 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: 54001a4e user: wyoung tags: trunk)
23:03
Now covering the Fossil 2.14 "fossil clone URI" feature in the gitusers doc. ... (check-in: 77541c8b user: wyoung tags: trunk)
21:38
Added "git worktree remove" para to the gitusers doc ... (check-in: 26aa4eac 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: 526446c2 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: 30894085 user: drh tags: trunk)
21:12
Added the "What Changed?" section to the gitusers doc. ... (check-in: 7c511cae user: wyoung tags: trunk)
20:59
Added the "Showing Information About Commits" section to the gitusers doc. ... (check-in: 9cf1a166 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: 49150552 user: drh tags: trunk)
20:45
More compiler warning fixes. ... (check-in: 4c91a911 user: drh tags: trunk)
20:44
Fix a harmless compiler warning. ... (check-in: 2ba5ddb9 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: f978fcdc user: drh tags: trunk)
20:22
Added the "Init In Place" section to the gitusers doc. ... (check-in: b564baa6 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: 4fa02aff 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: 88a83307 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: a8d78787 user: drh tags: trunk)
19:27
Added the "Summary Line Convention In Commit Comments" section to the gitusers doc. ... (check-in: 46a30e7e 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: c8b414ab user: wyoung tags: trunk)
18:40
Tightened the intro section of gitusers.md ... (check-in: dad5ce51 user: wyoung tags: trunk)
18:11
Reordered a few paragraphs in backup.md to place more important info earlier in the doc. ... (check-in: 8a0ea9b6 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: 8a539f14 user: wyoung tags: trunk)
17:52
Using `fossil sql --no-repository` instead of `sqlite3` in the restore step of backup.md. ... (check-in: ff7cedfe 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: e9b5a983 user: drh tags: trunk)
00:27
Update the latest release notation on the homepage. ... (check-in: 15e42c54 user: drh tags: trunk)
00:13
Version 2.13 "All Saints" ... (check-in: e7bba4ff 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: f6ad6fb1 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: 6a6fd6b9 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: dd65d143 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: 8813ae91 user: drh tags: trunk)
13:42
Minor fix to error handling in pikchr.c. ... (check-in: 5febff25 user: drh tags: trunk)
02:06
Update to the latest pikchr.c that fixes issues with the "close" attribute. ... (check-in: c9bc2b4a 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: b6b5a7dc user: drh tags: trunk)
2020-10-27
08:47
Add section "Naming of Files, Checkins, and Branches" ... (check-in: 590a8fca user: danshearer tags: trunk)
08:04
Correct typo; X swapped with Y ... (check-in: 986bde2b user: danshearer tags: trunk)
2020-10-26
19:49
Merge enhancements to the quickstart.wiki documentation page onto trunk. ... (check-in: f2abc2b0 user: drh tags: trunk)
16:44
Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77 user: danshearer tags: quickstart)
16:35
Minor mods, and use for command output ... (check-in: cfc68d13 user: danshearer tags: quickstart)
15:56
Add examples and expand on the workflow ... (check-in: 3e44368b user: danshearer tags: quickstart)
06:46
Added zsh fossil autocompletion, as discussed in https://fossil-scm.org/forum/forumpost/47a180c815. ... (check-in: e299531d user: stephan tags: trunk)
2020-10-22
17:35
Assorted minor fixes and tweaks to the check-in names doc ... (check-in: 68a78b89 user: wyoung tags: trunk)
2020-10-20
23:40
Fix a harmless compiler warning in the previous check-in. ... (check-in: 6c2b5baf 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: 5cf5ad84 user: drh tags: trunk)
10:08
Small tweaks to the CAP Theorem doc ... (check-in: 67a4c1d3 user: wyoung tags: trunk)
00:20
For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. ... (check-in: ab71d95a user: drh tags: trunk)
2020-10-19
20:52
Update the built-in SQLite to fix a bug introduced by the previous update. ... (check-in: 0fac549b user: drh tags: trunk)
20:09
Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. ... (check-in: a0bca481 user: drh tags: trunk)
18:24
Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. ... (check-in: 8c598d72 user: drh tags: trunk)
14:37
Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. ... (check-in: 47bfea07 user: drh tags: trunk)
13:25
Update the built-in SQLite to the latest 3.34.0 alpha that includes the ability to have multiple recursive terms in a recursive CTE. That new capability is expected to be helpful in improving the /finfo page. ... (check-in: 5328f821 user: drh tags: trunk)
2020-10-18
18:38
Fix harmless compiler warnings. Update the custom MinGW makefile. Make feature reporting consistent for 'markdown', which is now always enabled. ... (check-in: 750879ea user: mistachkin tags: trunk)