From ac7b05443b1da471c5e72382176efb3cfa6b98ec Mon Sep 17 00:00:00 2001 From: Keane Nguyen Date: Thu, 26 Dec 2024 11:40:43 -0600 Subject: [PATCH] README: replace outdated claim about lacking git blame support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0143b24155..66540d86c4 100644 --- a/README.md +++ b/README.md @@ -296,8 +296,8 @@ commit to any other commit using `jj squash -i --from X --into Y`. ## Status -The tool is fairly feature-complete, but some important features like (the -equivalent of) `git blame` are not yet supported. There +The tool is fairly feature-complete, but some important features like support +for Git submodules are not yet completed. There are also several performance bugs. It's likely that workflows and setups different from what the core developers use are not well supported, e.g. there is no native support for email-based workflows.