From c2dbbf434d21631ffacdba997d545182f748e4f2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 23 Apr 2022 11:47:13 -0400 Subject: [PATCH] Minor editorial changes for native backend footnote. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 130867732..38e00f32e 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,11 @@ one [^native-backend]). This lets you use Jujutsu as an alternative interface to 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. +[^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.