Fossil

Timeline
Login

Timeline

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

2 check-ins using file src/timeline.c version 14ea895223

2024-12-23
20:52
Experimental changes that cause branches to appear in the graph in the same order that they are listing the rl= or tl= query parameter. ... (Leaf check-in: 2778e55f07 user: drh tags: rl-determines-graph-order)
20:08
When /timeline selects specific branches using r=, t=, rl=, tl= or similar, then try to show the selected branches at the left margin. To help accomplish this, the code that computes branch name matching by various algorithms (GLOB, LIKE, REGEXP, LIST) is factored out into a new source file "match.c". ... (Leaf check-in: e89ea2c93c user: drh tags: trunk)