git-query

git data extraction tool using c and libgit2

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

commit 6c892628179f9c0ea793f96e93395cae34c9f835
parent 477c2aa899b48bfd005788efe7afc919dd96a272
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue,  5 Jan 2016 22:32:11 +0100

tiny whitespace fix

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

diff --git a/example.sh b/example.sh @@ -28,7 +28,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do printf "%s..." "${d}" cd "${curdir}" - + test -d "${d}" || mkdir -p "${d}" cd "${d}" stagit "${reposdir}${d}"