git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit ab67bb1221583235e2efd97719aa1b160d7910f8 parent c5836f9852e12f6c6b827662f5e273d1c65aea57 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 8 Jan 2016 10:24:50 +0100 premature version bumperation (0.3) for git 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.2 +VERSION = 0.3 SRC = \ stagit.c\ stagit-index.c