dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 5737bb2f8b76a0814129413fe6013215b6d0e978
parent 6eaef7aebf35df6dfaa9cca5bb0a2ccc98a18d0b
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 10 Jan 2026 12:33:50 +0900

Set ui.revsets-use-glob-by-default=true

From the jj 0.36.0 release notes: The default string pattern syntax in
revsets will be changed to glob: in a future release. You can opt in to
the new default by setting ui.revsets-use-glob-by-default=true.

Diffstat:
M.config/jj/config.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/jj/config.toml b/.config/jj/config.toml @@ -10,6 +10,7 @@ ll = ["log", "-T", "fmt_lol", "-r", "::"] [ui] diff-formatter = ":git" +revsets-use-glob-by-default = true [template-aliases] # 1. Define the content format