From 7402362c80a6af1a609e9fb05009e624fb566252 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 37b245a04..d8f81edb6 100644 --- a/README.md +++ b/README.md @@ -303,8 +303,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.