Fossil

Timeline
Login

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

21 check-ins related to "standard-cli-colors"

2026-01-10
14:17
Sync with trunk. Leaf check-in: ceee00be59 user: florian tags: standard-cli-colors
11:52
Do not try to use "notepad" as a text editor on non-windows systems. check-in: 9b263d87c1 user: drh tags: trunk
2025-11-26
14:16
Change the `fossil system ls' command to work with the global `--color' option. Like this, colored output on Windows for `--color=auto' (the default if the option is omitted) is only enabled if the terminal supports VT100 escape codes. Additionally, the `NO_COLOR' environment variable allows turning off all colored output. check-in: 07570b15b7 user: florian tags: standard-cli-colors
14:12
Sync with trunk. check-in: b81b4c6c3c user: florian tags: standard-cli-colors
11:27
Patch the default ticket display TH1 script, as suggested by [forum:/forumpost/5e0a68ccc9|forum post 5e0a68ccc9]. check-in: f0a30252d6 user: drh tags: trunk
2025-09-26
12:58
Sync with trunk. check-in: c321b7e490 user: florian tags: standard-cli-colors
12:48
Prevent the cell background colors from extending beyond the outer rounded borders of the diff table in WebKit-based browsers. check-in: b666bbc54d user: florian tags: trunk
2025-08-21
12:08
Sync with trunk. check-in: 286a900699 user: florian tags: standard-cli-colors
12:02
Change [3710202914] to call the function to load the diff-related JS code even for blocked diffs. By default, the loader function is already a no-op if diffs are blocked, so the behavior intended by [3710202914] is retained. But other branches are patching the loader function because they rely on the JS code even if the diffs are hidden. check-in: 171127fd14 user: florian tags: trunk
2025-07-21
12:23
Sync with trunk. check-in: e17d35e796 user: florian tags: standard-cli-colors
2025-07-15
20:11
Update the built-in SQLite to the latest trunk version, for testing. check-in: 01855974c9 user: drh tags: trunk
2025-04-25
16:22
Optimized validation of the FOSSIL_COLOR environment variable. check-in: c5f1e0daea user: florian tags: standard-cli-colors
16:19
Fix a logic error in processing of the NO_COLOR environment variable. check-in: fbfa6daeca user: florian tags: standard-cli-colors
16:18
Sync with trunk. check-in: 855076ce79 user: florian tags: standard-cli-colors
16:08
Simplifications to TH1 for improved defense against accident and mischief: Omit the enable_htmlify command. Htmlify is always turned on. Omit the --th option from the "fossil pikchr" command. check-in: 9164a5d1aa user: drh tags: trunk
12:53
Remove the show-repolist-desc and show-repolist-lg settings. Control of which columns of a repository list to show is now only by the FOSSIL_REPOLIST_SHOW environment variable. check-in: d9bd156aad user: drh tags: trunk
2025-04-19
04:20
Fix a logic error in processing of the FOSSIL_COLOR environment variable. check-in: 6cb7a7e28d user: florian tags: standard-cli-colors
2025-04-18
07:20
Remove documentation of the --highlight option for the search command. The option was broken, anyway, and is now superseded by the global --color option and the FOSSIL_COLOR environment variable. check-in: 5331dfed41 user: florian tags: standard-cli-colors
07:19
Add support for the FOSSIL_COLOR environment variable to define the color VT escape to highlight CLI text, also similar to `ls', `grep' and other utilities. check-in: 50e0931bc7 user: florian tags: standard-cli-colors
07:16
Add the global --color option to control output of color VT escapes to CLI, similar to `ls', `grep' and other utilities. Useful when piping `fossil search' results through a pager utility. check-in: 210b7d2fe0 user: florian tags: standard-cli-colors
07:08
Amend [2b6ad00ea3]: Minor wording improvements to `fossil ssl-config show -v' output. check-in: a9b075af83 user: florian tags: trunk