Fossil SCM
Add the "brlist" match-style option to the timeline submenu.
Commit
b1e409b29ae5a7f7842859072170d4725eb16fdfda074348eb163638af1d6ee5
Parent
2e9520a2b7cddc6…
1 file changed
+2
-1
+2
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -2570,11 +2570,12 @@ | ||
| 2570 | 2570 | if( zSearch ){ |
| 2571 | 2571 | blob_appendf(&desc, " matching \"%h\"", zSearch); |
| 2572 | 2572 | } |
| 2573 | 2573 | if( g.perm.Hyperlink ){ |
| 2574 | 2574 | static const char *const azMatchStyles[] = { |
| 2575 | - "exact", "Exact", "glob", "Glob", "like", "Like", "regexp", "Regexp" | |
| 2575 | + "exact", "Exact", "glob", "Glob", "like", "Like", "regexp", "Regexp", | |
| 2576 | + "brlist", "List" | |
| 2576 | 2577 | }; |
| 2577 | 2578 | double rDate; |
| 2578 | 2579 | zDate = db_text(0, "SELECT min(timestamp) FROM timeline /*scan*/"); |
| 2579 | 2580 | if( (!zDate || !zDate[0]) && ( zAfter || zBefore ) ){ |
| 2580 | 2581 | zDate = mprintf("%s", (zAfter ? zAfter : zBefore)); |
| 2581 | 2582 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -2570,11 +2570,12 @@ | |
| 2570 | if( zSearch ){ |
| 2571 | blob_appendf(&desc, " matching \"%h\"", zSearch); |
| 2572 | } |
| 2573 | if( g.perm.Hyperlink ){ |
| 2574 | static const char *const azMatchStyles[] = { |
| 2575 | "exact", "Exact", "glob", "Glob", "like", "Like", "regexp", "Regexp" |
| 2576 | }; |
| 2577 | double rDate; |
| 2578 | zDate = db_text(0, "SELECT min(timestamp) FROM timeline /*scan*/"); |
| 2579 | if( (!zDate || !zDate[0]) && ( zAfter || zBefore ) ){ |
| 2580 | zDate = mprintf("%s", (zAfter ? zAfter : zBefore)); |
| 2581 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -2570,11 +2570,12 @@ | |
| 2570 | if( zSearch ){ |
| 2571 | blob_appendf(&desc, " matching \"%h\"", zSearch); |
| 2572 | } |
| 2573 | if( g.perm.Hyperlink ){ |
| 2574 | static const char *const azMatchStyles[] = { |
| 2575 | "exact", "Exact", "glob", "Glob", "like", "Like", "regexp", "Regexp", |
| 2576 | "brlist", "List" |
| 2577 | }; |
| 2578 | double rDate; |
| 2579 | zDate = db_text(0, "SELECT min(timestamp) FROM timeline /*scan*/"); |
| 2580 | if( (!zDate || !zDate[0]) && ( zAfter || zBefore ) ){ |
| 2581 | zDate = mprintf("%s", (zAfter ? zAfter : zBefore)); |
| 2582 |