git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 7875a4f5264247413894eda7e8c578f9d2907eaf parent 20a92fd8df25b22e53753bd2ab5f3831ad7f4460 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 22 Feb 2019 11:13:44 +0100 bump version to 0.9.1 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ include config.mk NAME = stagit -VERSION = 0.9 +VERSION = 0.9.1 SRC = \ stagit.c\