docs: update git compatibility docs for commit signing

This commit is contained in:
Nils Koch 2025-05-04 19:56:51 +01:00 committed by Martin von Zweigbergk
parent 103d05149d
commit deb4f1ba79

View File

@ -68,9 +68,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. copies backed by a single repo. See the `jj workspace` family of commands.
* **Sparse checkouts: No.** However, there's native support for sparse * **Sparse checkouts: No.** However, there's native support for sparse
checkouts. See the `jj sparse` command. checkouts. See the `jj sparse` command.
* **Signed commits: Partial.** * **Signed commits: Yes.**
So far only [by configuration](https://github.com/jj-vcs/jj/blob/main/docs/config.md#commit-signing), You can sign commits automatically [by configuration](https://github.com/jj-vcs/jj/blob/main/docs/config.md#commit-signing),
later perhaps [a command](https://github.com/jj-vcs/jj/pull/3142). or use the `jj sign` command.
* **Git LFS: No.** ([#80](https://github.com/jj-vcs/jj/issues/80)) * **Git LFS: No.** ([#80](https://github.com/jj-vcs/jj/issues/80))