git-query

git data extraction tool using c and libgit2

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

commit 4ffee7dfa415318d6c576201bd212318180efa2a
parent 6dfac093b91c0e193d10f287028a73a252f2edef
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 23 Feb 2020 20:30:46 +0100

bump version to 0.9.3

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = stagit -VERSION = 0.9.2 +VERSION = 0.9.3 # paths PREFIX = /usr/local