Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
19 check-ins
|
2026-05-06
| ||
| 23:19 |
Add flag to specify repository file
Add the repository flag (--repository, -R) to specify a repository file This seems like as good a time as any to introduce a Fossil type with Change the validation of an open checkout from using the fossil Add this flag to the Zsh script too. leaf check-in: c0cd654f65 user: sean tags: trunk | |
| 16:46 |
Restructure the project layout
Place the Go and Zsh applications into their own directories. Separate | |
| 02:35 | Add a license (BSD-2-Clause) check-in: 652d2932d3 user: sean tags: trunk | |
|
2026-05-05
| ||
| 20:20 | Fix grammar in README check-in: cac0848d38 user: sean tags: trunk | |
| 18:57 |
Remove example of git log in comment
The comment was only there for writing the Git style and not meant to | |
| 18:55 | Rename style functions to start with "style" check-in: 775b688390 user: sean tags: trunk | |
| 02:04 |
Fix default style to output with phases with space
Commit 7c63d5443b1c73c60eeef45ce99c0120e424b7cb0ca71d3cb54111863d9172f0 | |
| 01:58 |
Use the standard escape sequence for Backspace
Instead of using the direct ASCII code (\x08), use the escape sequence | |
| 01:57 |
Add git style
git style is not an exact match, but it looks pretty close to the Differences: | |
|
2026-05-04
| ||
| 23:22 |
Generate subversion line divider once
Generate at the start of the program instead of every iteration of the | |
| 23:13 |
Add subversion style
Add style handling as command-line option: --style, -s It is not an exact match, but it looks pretty close to the original. Differences: | |
| 20:10 |
Separate timeline presentation logic from main
Separate the logic used in presenting the timeline into its own function Switch to having the program shorten the queried UUID of a checkin to Redesign queryFossil() to be a function to solely make an SQL query to Query to full UUID of the checkout to be able to match the checkout | |
| 14:33 |
Change default number of entries to zero
It is difficult to guess how many entries a user would want, so default | |
|
2026-05-02
| ||
| 01:48 |
Add/update argument handling
Add argument handling to the Go client to specify the branch and limit The Zsh client already handled the limit, so just add the branch | |
|
2026-04-30
| ||
| 23:19 | Display newline after every checkin in timeline check-in: a0bfb7feeb user: sean tags: trunk | |
| 23:05 |
List differences between this tool and fossil
Explain a few differences between this tool and fossil timeline when it | |
| 16:55 |
Add a Go client modeled from the Zsh client
Update the README about the Go client and the reason why (speed). check-in: 59dac399ee user: sean tags: trunk | |
| 16:46 |
Commit first "Improved" Fossil Timeline client
This is a client that generates a timeline from Fossil yet preserves | |
| 16:41 | initial empty check-in check-in: 2e03e7475b user: sean tags: trunk | |