Commit 11b81717f6a78b69900e8c72feab2602d2a2ac16

Edward Thomson 2022-06-11T15:36:37

Merge pull request #6318 from apnadkarni/patch-3 Add link to Tcl bindings for libgit2

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index d8aba61..a9deaa0 100644
--- a/README.md
+++ b/README.md
@@ -407,6 +407,8 @@ Here are the bindings to libgit2 that are currently available:
     * git2-rs <https://github.com/rust-lang/git2-rs>
 * Swift
     * SwiftGit2 <https://github.com/SwiftGit2/SwiftGit2>
+* Tcl
+    * lg2 <https://github.com/apnadkarni/tcl-libgit2>
 * Vala
     * libgit2.vapi <https://github.com/apmasell/vapis/blob/master/libgit2.vapi>