lib-core.git-test v0.1.0: smoke test for the libgit2 wrapper

Exercises the sync API (clone, is_repo, describe, tags) against a
public Gitea repo over HTTPS, plus the async ls_remote_tags handshake
through the engine async-pool. Designed for SPOREL_CI runs: kicks off
the async work in init(), polls in update(), calls engine.exit(0)
once the result has been taken.
This commit is contained in:
Axel Meyer
2026-05-31 01:15:40 +02:00
commit 177c2bda45
3 changed files with 129 additions and 0 deletions

6
manifest.core Normal file
View File

@@ -0,0 +1,6 @@
{
"id": "lib-core.git-test.core",
"kind": "lib",
"version": "0.1.0",
"license": "Proprietary"
}