Fossil

Timeline
Login

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

50 most recent check-ins by user danield

2025-11-15
12:32
Document the new -? alias for --help. (check-in: ce13c6735e ... user: danield tags: trunk)
2025-11-06
16:21
When showing diff statistics in brief mode (only the total line), also omit the header line. (check-in: c14f217df4 ... user: danield tags: trunk)
16:04
Add short option '-s' for '--numstat' in the diff command. (check-in: df119a35bb ... user: danield tags: trunk)
2025-10-28
15:05
Cache the name of the main branch. (check-in: ca0d66b2e4 ... user: danield tags: trunk)
2025-10-25
17:38
Put back a couple of overzealously deleted lines. (closed check-in: 7832da88f5 ... user: danield tags: softcoded-main-branch)
13:48
Remove some fossil_free() calls added by the previous check-in. (check-in: 6a617d004f ... user: danield tags: softcoded-main-branch)
2025-10-23
14:50
Replace hard-coded "trunk" with the value of 'main-branch' (defaulting to "trunk"). (check-in: dd8995bbdd ... user: danield tags: softcoded-main-branch)
2025-10-19
21:32
Fix typos in the documentation of the 'suggested-downloads' setting. (check-in: 302c30b5dc ... user: danield tags: timeline-enhance-2025)
2025-10-08
14:14
Add the -u option to the 'timeline' command to display only items associated with a given user. (check-in: 80c5e6791c ... user: danield tags: trunk)
13:14
Add the -r option to the 'timeline' command to display items in chronological order. (check-in: 7ac9d8bf35 ... user: danield tags: trunk)
12:03
Make option '--offset' work again with the 'after' keyword for the 'timeline' command. Regression introduced in [ee2a71b5c7]. (check-in: 4bfbe5f5b4 ... user: danield tags: trunk)
2025-10-07
19:29
Small correction to the help text for the 'mv' command, as per forum post 25e2d7024b. (check-in: 8725737d32 ... user: danield tags: trunk)
2025-10-03
17:31
Fix spelling errors found by the Debian QA tools. (check-in: 7db623e5eb ... user: danield tags: trunk)
2025-09-27
15:05
Avoid an unnecessary mprintf(). (check-in: bd4cec1240 ... user: danield tags: trunk)
2025-09-26
14:23
Updates to the changelog. (check-in: 28483bfc5a ... user: danield tags: trunk)
11:58
Add the -h option to the "ls" command to display file hashes for a specific check-in when in verbose mode. (check-in: 4c0ff6ed62 ... user: danield tags: trunk)
2025-09-11
15:43
Fix links with truncated symbolic names in /vdiff, as reported in forum post 690436f85e. (check-in: 2871b39a62 ... user: danield tags: trunk)
2025-09-02
22:10
Allow the plus sign in MIME types again, needed for example in 'application/rss+xml'. (check-in: 639c040474 ... user: danield tags: trunk)
2025-08-21
15:40
Show numstat-style statistics in the /ckout page as well. (check-in: cb4d17078f ... user: danield tags: trunk)
2025-08-20
15:02
When appending the ssh signature, use a more direct function with the same result. (check-in: 5d040f1ff0 ... user: danield tags: trunk)
2025-08-06
10:30
Show numstat-style statistics in the 'Changes' section of /info and friends. (check-in: 18151a8615 ... user: danield tags: trunk)
2025-07-31
12:50
Shorten line statistics text for the benefit of devices with limited screen width. (closed check-in: 941f67a83e ... user: danield tags: gui-diff-numstat)
2025-07-30
17:48
Fix a compiler warning in the previous check-in. (check-in: a8ef11b63c ... user: danield tags: trunk)
17:26
Show numstat-style statistics in the 'Changes' section of /info and friends. (check-in: 25e156c9b7 ... user: danield tags: gui-diff-numstat)
17:14
Add the test-generate-uuid command. (check-in: 062bb67c03 ... user: danield tags: trunk)
2025-07-23
16:01
Replace a call to mprintf() with fossil_strdup(). (leaf check-in: 44e5125f8f ... user: danield tags: gen-uuid)
15:58
Minor optimization: replace calls to mprintf("%s", X) with fossil_strdup(X). (check-in: 4c3e1728e1 ... user: danield tags: trunk)
2025-07-07
15:16
PoC for the previous check-in: use UUIDs for project-code and server-code. (check-in: e38c068029 ... user: danield tags: gen-uuid)
15:11
Add a function for generating a random (v4) UUID and a test command using it. (check-in: 9472f708c9 ... user: danield tags: gen-uuid)
2025-05-02
10:30
Increase the version number to 2.27 for the next release cycle. Add the 2_27 tag to the change log. (check-in: 8b24838e95 ... user: danield tags: trunk)
2025-04-23
14:21
Update Fossil output in the Quick Start guide. (check-in: 7ebd9441cf ... user: danield tags: trunk)
2025-04-01
15:38
Do not silently overwrite existing files when doing 'mv --hard'. (check-in: 31e75c3a41 ... user: danield tags: trunk)
2025-03-28
16:47
Document parameters 'from' and 'to' for /reports. (check-in: a584f75ff8 ... user: danield tags: trunk)
2025-03-27
15:34
Make documentation for timeline-truncate-at-blank and timeline-tslink-info visible. (check-in: 4c6fa15c67 ... user: danield tags: trunk)
2025-03-25
10:47
Add tooltips with projected counts in activity reports views, where appropriate. (check-in: 032cef1ded ... user: danield tags: trunk)
10:15
Typo fixes. (check-in: e19439801b ... user: danield tags: trunk)
2025-03-18
20:24
Typo fixes. (check-in: 478a0fa79c ... user: danield tags: trunk)
15:49
On Windows, do not emit warnings when external tools exit with non-zero codes, since those are unreliable at best. (check-in: 43ee0921ec ... user: danield tags: trunk)
2025-03-12
13:35
For 'fossil diff', when --numstat is combined with --brief, show only the total row. (check-in: 37327906e7 ... user: danield tags: trunk)
09:49
For consistency, use the spelling 'descendant' for the noun usage. (check-in: c9d3900367 ... user: danield tags: trunk)
09:26
Fix a hyperlink in the /timeline title. (check-in: 254dfbd2ba ... user: danield tags: trunk)
2025-03-10
09:55
In help texts, mention that 'winsrv' is only available on Windows. (check-in: e2c161bafb ... user: danield tags: trunk)
2025-01-31
15:56
For Git conversions, mention that the newer PowerShell versions are able to pipe byte streams between native commands. (check-in: c07468c207 ... user: danield tags: trunk)
2025-01-27
11:50
Update help to mention ssh signing of check-ins. (check-in: 91d70b7cc7 ... user: danield tags: trunk)
2025-01-15
14:11
Add link to the document on signing to the permuted index. (check-in: 28a84e7592 ... user: danield tags: trunk)
2025-01-14
17:16
Update the change log. (check-in: 90a52b549f ... user: danield tags: trunk)
17:13
Add ability to sign check-ins with ssh. (check-in: 0f0184e0cc ... user: danield tags: trunk)
17:11
Update documentation. (closed check-in: fa82b864cb ... user: danield tags: ssh-signing)
16:57
Fix another typo. (check-in: c5b96a5045 ... user: danield tags: trunk)
2025-01-04
23:28
Merge trunk. (check-in: 02cdfa5e08 ... user: danield tags: ssh-signing)