git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit a37825e14e3464e142f1ff892d8cb2f0a37ad404 parent b862bf17802fb0bb15eea8a27273fb7775734fb5 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 30 Nov 2021 18:13:20 +0100 bump version to 1.0 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = stagit -VERSION = 0.9.6 +VERSION = 1.0 # paths PREFIX = /usr/local