git-query

git data extraction tool using c and libgit2

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

commit 5a140d10b7b5402f44edf77198ca5901daa6b436
parent 6da04c071f3099f0e0a79586443d9013e00e9455
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  2 May 2016 21:48:47 +0200

example.sh: use cache file

Diffstat:
Mexample.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example.sh b/example.sh @@ -27,7 +27,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do mkdir -p "${curdir}/${d}" cd "${curdir}/${d}" - stagit "${reposdir}/${d}" + stagit -c ".cache" "${reposdir}/${d}" # symlinks ln -sf log.html index.html