mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 20:54:15 +00:00
Add hyperlink target for 405
This commit is contained in:
parent
5f450e3531
commit
c4b44500e4
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ a comparison with Git, including how workflows are different, see the
|
||||||
compared to `git`.
|
compared to `git`.
|
||||||
* **.gitattributes: No.** There's [#53](https://github.com/martinvonz/jj/issues/53)
|
* **.gitattributes: No.** There's [#53](https://github.com/martinvonz/jj/issues/53)
|
||||||
about adding support for at least the `eol` attribute.
|
about adding support for at least the `eol` attribute.
|
||||||
* **Hooks: No.** There's [#405] specifically for providing the checks from
|
* **Hooks: No.** There's [#405](https://github.com/martinvonz/jj/issues/405)
|
||||||
https://pre-commit.com.
|
specifically for providing the checks from https://pre-commit.com.
|
||||||
* **Merge commits: Yes.** Octopus merges (i.e. with more than 2 parents) are
|
* **Merge commits: Yes.** Octopus merges (i.e. with more than 2 parents) are
|
||||||
also supported.
|
also supported.
|
||||||
* **Detached HEAD: Yes.** Jujutsu supports anonymous branches, so this is a
|
* **Detached HEAD: Yes.** Jujutsu supports anonymous branches, so this is a
|
||||||
|
|
Loading…
Reference in a new issue