diff --git a/README.md b/README.md index 21d71b06c..ac2e0de55 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,14 @@ to replace (rare in English). The project is called "Jujutsu" because it matches ### Compatible with Git Jujutsu has two backends. One of them is a Git backend (the other is a native -one). This lets you use Jujutsu as an alternative interface to Git. The commits +one [^native-backend]). This lets you use Jujutsu as an alternative interface to Git. The commits 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]: There's currently practically no reason to use the native +backend. It exists to make sure that it's possible to eventually add +functionality that cannot easily be added the Git backend. +