git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit e09738eafe84918b5bfe43a3986aac761168c962 parent bbbb0afe276bd4712c993074bf84edd6779c0218 Author: Leonardo Taccari <iamleot@gmail.com> Date: Sun, 5 May 2019 19:11:36 +0200 README: works also on NetBSD Diffstat:
| M | README | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README @@ -28,7 +28,7 @@ Dependencies ------------ - libgit2 (v0.22+). -- libc (tested with OpenBSD, FreeBSD, Linux: glibc and musl). +- libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl). - C compiler (C99). - make