From 6a1bb1c0a9f090d8696da3971e9b00061a539716 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 7 May 2023 15:48:11 -0700 Subject: [PATCH] docs: co-located mode is not new anymore, but it does have surprises --- docs/git-compatibility.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/git-compatibility.md b/docs/git-compatibility.md index e08a3f17e..bfe04a300 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -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