docs: co-located mode is not new anymore, but it does have surprises

This commit is contained in:
Martin von Zweigbergk 2023-05-07 15:48:11 -07:00 committed by Martin von Zweigbergk
parent d747b2f362
commit 6a1bb1c0a9

View file

@ -97,9 +97,8 @@ existing Git repo. You should then be able to switch to using mutating `jj`
commands and readonly Git commands. It's also useful when tools (e.g. build
tools) expect a Git repo to be present.
The mode is new and not tested much, and interleaving mutating `jj` and `git`
commands might not work well (feel free to report bugs).
There are some bugs and surprising behavior related to `jj undo` in this mode,
such as #864 and #922.
## Creating a repo by cloning a Git repo