Skip to content

Commit e33d9ea

Browse files
committed
[jj] disable colocation
Using both togher causes way more trouble. It used to be stable, but no so much anymore. Plus, if I really want to use it, I can always use the -C flag with git.
1 parent 3a763d1 commit e33d9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jj/.config/jj/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ highlight-color = "#f1f1f1"
111111
[git]
112112
write-change-id-header = true
113113
auto-local-bookmark = false # automatically create local bookmarks for remote ones
114-
colocate = true
114+
colocate = false
115115

116116
# JJ tools (uses stdin and outputs to stdout)
117117
[fix.tools.gofmt]

0 commit comments

Comments
 (0)