From 0c8f881fcdc46f27f41251bd19bcbc6ad64d1f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 16 Jul 2024 08:17:36 +0200 Subject: [PATCH] docs/git-comparison.md: update the Signed_commits bullet --- docs/git-compatibility.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/git-compatibility.md b/docs/git-compatibility.md index b533918705..f2191f10cd 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -63,7 +63,9 @@ a comparison with Git, including how workflows are different, see the copies backed by a single repo. See the `jj workspace` family of commands. * **Sparse checkouts: No.** However, there's native support for sparse checkouts. See the `jj sparse` command. -* **Signed commits: No.** ([#58](https://github.com/martinvonz/jj/issues/58)) +* **Signed commits: Partial.** + So far only [by configuration](https://github.com/martinvonz/jj/blob/main/docs/config.md#commit-signing), + later perhaps [a command](https://github.com/martinvonz/jj/pull/3142). * **Git LFS: No.** ([#80](https://github.com/martinvonz/jj/issues/80))