From c2a7152423fd88079ccb063eec4ae1d76a4ca8c8 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 29 Jun 2022 16:04:26 -0700 Subject: [PATCH] docs: explain that we don't support Git hooks --- docs/git-compatibility.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/git-compatibility.md b/docs/git-compatibility.md index a7de3885e..9095cd60a 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -34,6 +34,8 @@ a comparison with Git, including how workflows are different, see the compared to `git`. * **.gitattributes: No.** There's [#53](https://github.com/martinvonz/jj/issues/53) about adding support for at least the `eol` attribute. +* **Hooks: No.** There's [#405] specifically for providing the checks from + https://pre-commit.com. * **Merge commits: Yes.** Octopus merges (i.e. with more than 2 parents) are also supported. * **Detached HEAD: Yes.** Jujutsu supports anonymous branches, so this is a