feat(firmware): vendor libgit2 v1.9.4 as a git submodule

Pins the exact version libgit2-sys 0.18.5 expects, so git2's safe API can
bind it in system mode. Sits under the esp-idf component that builds it;
clone with --recurse-submodules to fetch the source.
This commit is contained in:
Julien Calixte
2026-07-05 21:28:47 +02:00
parent 9f36d786d0
commit 8883a55df6
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "firmware/components/libgit2/vendor"]
path = firmware/components/libgit2/vendor
url = https://github.com/libgit2/libgit2.git