Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins using file src/main.c version 5b41fa0d67
|
2019-06-29
| ||
| 10:21 | Add the --tclsh command to "fossil diff" in order to specify an alternative TCL interpreter. check-in: 9fc945c056 user: drh tags: trunk | |
| 03:17 | Steps to prevent accidental forks during a commit when two users try to commit to the same parent at the same time. The first user to do the autosync pull takes a lock which causes the second user to get a "would fork" error, unless the --allow-fork or --force options are used. check-in: 03cc332938 user: drh tags: trunk | |
|
2019-06-27
| ||
| 03:54 | Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. Closed-Leaf check-in: 82d69e7fae user: andybradford tags: no-race-commit | |
|
2019-06-22
| ||
| 14:54 | When doing a commit with autosync enabled, the first autosync now takes a temporary (24-hour) lock on the baseline commit in order to prevent any other connected user from simultaneously committing and creating an accidental fork. check-in: 222fc68119 user: drh tags: no-race-commit | |