Fossil

Timeline
Login

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

66 check-ins using file src/main.c version 14efba2d

2020-11-17
17:55
Merge version-2.13 ... (check-in: 98b44710 user: george tags: wiki-history)
2020-11-07
12:51
Allow the "title" attribute in "<a>" tags in safe HTML. See forum post 81b7308aa7 ... (check-in: b8078aef user: drh tags: trunk)
2020-11-06
23:25
Proper explanation for the inconsistent results from the "git show" command examples in Case Study 1 of the gitusers doc. ... (check-in: 8b1eddef user: wyoung tags: trunk)
13:36
Create a change log entry for version 2.14. ... (check-in: 81ca92b8 user: drh tags: trunk)
09:21
Explain how Fossil ignores success/failure of a mirror run and only triggers the next run based on a repo change or --force. ... (check-in: ff63c1ee user: danshearer tags: trunk)
09:15
Point that a two-way git mirror is not the same as re-importing an exported tree although it would be easy to get confused. A two-way mirror is impossible, but thanks to recent commits, re-importing works fine. ... (check-in: 97959c89 user: danshearer tags: trunk)
2020-11-05
22:34
Moved a comment down in src/style.c and removed a part of it that seems to refer to inline CSS that's since moved to style.css. ... (check-in: a040a5d2 user: wyoung tags: default-css-cleanups)
22:32
Disentangled an incorrect intermingling of the "adunit" feature and the "content" div the begins the body area of each page. ... (check-in: e7fe61c1 user: wyoung tags: default-css-cleanups)
22:16
Assorted cleanups in skins/default/css.txt: reordered styles so like elements are grouped together, added separator comments to try and prevent this drift from happening again, and made the spacing consistent with the www/style.wiki rules. The goal is to make it easier to find rules when doing custom skin edits. ... (check-in: b8b15a36 user: wyoung tags: default-css-cleanups)
18:10
Increased the blank space at the end of checkin_names.wiki so the last two sections can be distinguished when targetted by HTML fragment identifiers. ... (check-in: d2a59b03 user: wyoung tags: trunk)
11:25
Clarify that a legitimate reason for removing data is receiving a legitimate legal request, as per https://fossil-scm.org/forum/forumpost/bbfb0e910e. Add the exception for non-versioned data (ie "fossil scrub"). This may need to be explained better. ... (check-in: 1001d867 user: danshearer tags: trunk)
03:08
Another attempt at addressing forum critiques about the gitusers doc's Case Study 1. Also had to update the example date we're searching for again, so I addeed a paragraph explaining why the example might break again. ... (check-in: 278a2b74 user: wyoung tags: trunk)
02:10
Reworked sections 2.7 and 2.8 in fossil-v-git to be clearer about history rewriting: commit + autosync vs. commit + push, rebase + drop vs. shunning, etc. ... (check-in: 18fc6971 user: wyoung tags: trunk)
2020-11-04
15:45
Flipped the examples in Case Study 1 in gitusers.md around so we approach the problem the same way the SO answer did. Also changed the target date, since on my local Git clone, the prior date is now giving me a non-merge commit for some reason. Rather than try to explain the discrepancy, I've just picked a different example. ... (check-in: 8f96db71 user: wyoung tags: trunk)
14:25
More gitusers.md doc improvements: promoted the "detached HEAD state" paragraph in Case Study 1 to a new section; clarified "fossil update" vs "fossil checkout" in relation to "git checkout"; applied forum feedback on Case Study 1. ... (check-in: 7e03f7b4 user: wyoung tags: trunk)
00:43
Add 'contact' subcommand to the 'fossil user' command. This enables changing contact information for a given user. If no argument is passed, this displays the current contact info of the passed in username. ... (check-in: 03f0a495 user: jamsek tags: trunk)
2020-11-02
18:11
Improvements to the URL-to-repository-filename converter. ... (check-in: 23679d72 user: drh tags: trunk)
14:58
Add the "test-url-basename" command for testing the url_to_repo_basename() function. Use this to try to reproduce the behavior reported on forum post 3e6f96bffc, without success. ... (check-in: 8d9ea283 user: drh tags: trunk)
09:04
Small tweaks to previous ... (check-in: 749d919a user: wyoung tags: trunk)
09:01
Explained --no-merges vs --first-parent in Case Study 1 of the gitusers doc. ... (check-in: d09431bb user: wyoung tags: trunk)
08:52
Assorted minor improvements to the gitusers doc. ... (check-in: 52bf1c0c user: wyoung tags: trunk)
08:02
Another small tweak ... (check-in: 1647a14e user: wyoung tags: trunk)
08:01
Small tweak to previous ... (check-in: 7fa0a229 user: wyoung tags: trunk)
07:33
Added a second case study to the gitusers.md doc: "Checking Out A Version By Date" ... (check-in: ca909620 user: wyoung tags: trunk)
05:20
Moved the "What Changed?" section of gitusers.md up into the "Log" section since "git whatchanged" is approximately the same as "git log --raw", so they should be covered near each other. Then expanded the Log section's discussion of symbolic checkin names into a new sub-section, adding more info on cryptic Git revision names. ... (check-in: f378f5dc user: wyoung tags: trunk)
04:17
Better explanation of why Fossil is faster than Git in "Log" section of gitusers doc, so it isn't dismissed as puffery. ... (check-in: b2c032ea user: wyoung tags: trunk)
04:06
Reworked the "Log" section of the gitusers.md doc from forum feedback, for clarity, and to add more info on command abbreviation. ... (check-in: 3c489671 user: wyoung tags: trunk)
01:44
Applied rouilj's tricks from the forum to the new "What Changed?" section of gitusers.md. ... (check-in: 2b274922 user: wyoung tags: trunk)
01:26
Fixed irregular indents in gitusers.md command examples ... (check-in: d1ebc8ef user: wyoung tags: trunk)
01:23
Cross-linked the fossil-v-git.wiki and gitusers.md docs. ... (check-in: 7e907a1d user: wyoung tags: trunk)
01:15
Edit pass on gituser.md. ... (check-in: dd3dd239 user: wyoung tags: trunk)
00:38
Typo fix in previous ... (check-in: a1626b30 user: wyoung tags: trunk)
00:38
Linking to the new docs from fossil-v-git.wiki, simplifying it a bit. ... (check-in: ff428f3e 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: 31f8a835 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: f2c5ab91 user: wyoung tags: trunk)
23:45
Updated the gitusers.md doc title in the index. ... (check-in: 13f8eb09 user: wyoung tags: trunk)
23:44
Minor tweaks to the gitusers doc to track the prior commit. ... (check-in: aa29ce14 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: 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)