Differences From Artifact [0c74ff738f]:
- File src/descendants.c — part of check-in [942b2076c6] at 2020-11-07 13:25:35 on branch default-css-cleanups — Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. (user: drh size: 21356) [more...]
To Artifact [9a47aa558b]:
- File src/descendants.c — part of check-in [5d3239bf58] at 2020-12-18 15:05:49 on branch timeline-cmd-formatting — Extend the timeline command to allow customized "pretty" formats. (user: danield size: 21359)
| ︙ | |||
380 381 382 383 384 385 386 | 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 | - + |
compute_leaves(base, 0);
db_prepare(&q,
"%s"
" AND event.objid IN (SELECT rid FROM leaves)"
" ORDER BY event.mtime DESC",
timeline_query_for_tty()
);
|
| ︙ |