git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 2ddbbccd33668bd65130c204422e617eca554b4b parent 152235b692a2cfcec93a832b5971efed5ddb7578 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 7 May 2016 15:03:40 +0200 release 0.4 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.3.1 +VERSION = 0.4 SRC = \ stagit.c\ stagit-index.c