git-query

git data extraction tool using c and libgit2

git clone https://9o.is/git/git-query.git

commit 11cf7e2051e16fbf4536d170a670be98c0574ebd
parent 380a7e25cc8bd73c49832a6468edefb6581a083a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  6 Jan 2016 11:56:52 +0100

premature version bumperation

Diffstat:
MMakefile | 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.1 +VERSION = 0.2 SRC = \ stagit.c\ stagit-index.c