Timeline
Not logged in

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

45 events for the month beginning 2019-03-01 by user drh

Following month ↑
2019-03-30
00:46
Support both "1)" and "1." for numbered lists in markdown, as commonmark does. Patch from A. Kupries. check-in: 9d6a0aac42 user: drh tags: trunk
2019-03-27
13:22
Expand the dates in the timeline description when using punctuationless dates in the query parameters. check-in: 99abe50b1f user: drh tags: trunk
13:16
Accept pure numeric ISO8601 date/time strings (without punctuation) if there are not conflicts with other identifiers. check-in: 437f39b87c user: drh tags: trunk
2019-03-25
19:47 Edit [c3f118c529e94c8f|c3f118c529]: Mark "Closed". artifact: 3174ca3139 user: drh
12:13
If the login fails during a clone or sync, fail the command immediately rather than reprompting for a new password, as the sync is going to eventually fail anyhow. check-in: e4ca60cd49 user: drh tags: trunk
11:31
Use the BIO_ADDR_hostname_string() function from OpenSSL to obtain the IP address of the remote side, if that function is available. check-in: 8a4ad5cb54 user: drh tags: trunk
2019-03-22
18:39
Add a new explanatory comment to clarify the operation of the "fossil server" implementation. No code changes. check-in: c546212f10 user: drh tags: trunk
2019-03-20
12:34
An attempt to get the --autopush option of "fossil git export" to work with ssh. check-in: cd212e8022 user: drh tags: trunk
2019-03-18
19:27
Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil. check-in: c2cfaa6a72 user: drh tags: trunk
12:04
Add the /secureraw page that requires the complete HASH before it will deliver an artifact. check-in: 7abfca6752 user: drh tags: trunk
11:48
Fix a minor typo in a comment used to generate "stash" documentation. check-in: aaa726e191 user: drh tags: trunk
10:38
Update the built-in SQLite to the latest 3.28.0 alpha version. check-in: 831e1af254 user: drh tags: trunk
2019-03-17
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
Previous month ↓