git-query

git data extraction tool using c and libgit2

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

commit 68518c29246d603b5fb48f59ae2f628e838d7b52
parent 3cdc0cc6d1f42842064b027a01e5ff29ab218089
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 20 Mar 2016 14:19:48 +0100

premature version bumperation, 0.4 (unreleased)

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.3 +VERSION = 0.4 SRC = \ stagit.c\ stagit-index.c