Commit b4e0d293ba3e998411cfb7d0310031729c2d6eeb

Mathieu Othacehe 2017-09-09T09:54:58

README: Mention Guile-Git bindings.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 1bbd371..0d23059 100644
--- a/README.md
+++ b/README.md
@@ -228,6 +228,8 @@ Here are the bindings to libgit2 that are currently available:
     * git2go <https://github.com/libgit2/git2go>
 * GObject
     * libgit2-glib <https://wiki.gnome.org/Projects/Libgit2-glib>
+* Guile
+	* Guile-Git <https://gitlab.com/guile-git/guile-git>
 * Haskell
     * hgit2 <https://github.com/jwiegley/gitlib>
 * Java