From 4a0bd07e8ceeb80d44cd30e8ebcddba4477bfca7 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 19 Feb 2022 22:13:49 -0800 Subject: [PATCH] README: add note about use of libgit2 C library Closes #56. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 076e32b95..98e870a1b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ to replace (rare in English). The project is called "Jujutsu" because it matches 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 you create will look like regular Git commits. You can always switch back to -Git. +Git. The Git support uses the [libgit2](https://libgit2.org/) C library.