mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
readme: remove pointer to closed issue about native backend
This commit is contained in:
parent
6c28ec1608
commit
4e60e69208
1 changed files with 2 additions and 4 deletions
|
@ -54,10 +54,8 @@ you create will look like regular Git commits. You can always switch back to
|
|||
Git. The Git support uses the [libgit2](https://libgit2.org/) C library.
|
||||
|
||||
[^native-backend]: At this time, there's practically no reason to use the native
|
||||
backend (the only minor reason might be
|
||||
[#27](https://github.com/martinvonz/jj/issues/27)).
|
||||
The backend exists mainly to make sure that it's possible to eventually add
|
||||
functionality that cannot easily be added to the Git backend.
|
||||
backend. The backend exists mainly to make sure that it's possible to eventually
|
||||
add functionality that cannot easily be added to the Git backend.
|
||||
|
||||
<img src="demos/git_compat.png" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue