From 653873c238596c09f0ee5c715dad22fb8ec859b3 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Fri, 15 May 2020 14:43:59 +0200 Subject: [PATCH] Add git2go submodule --- .gitmodules | 3 +++ static/git2go | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 static/git2go diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7f08d1e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "static/git2go"] + path = static/git2go + url = https://github.com/libgit2/git2go.git diff --git a/static/git2go b/static/git2go new file mode 160000 index 0000000..31f877e --- /dev/null +++ b/static/git2go @@ -0,0 +1 @@ +Subproject commit 31f877e249e28c29cc4fcd512381a5a5b26e59d9