git-query

git data extraction tool using c and libgit2

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

commit 16e81d171d8b8e3fd9eab42774993cc3efa4a11d
parent eabbc9d961e64a51ba7046f37e5625876ebf533d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  9 Nov 2016 18:28:46 +0100

also remove language and text direction attribute from <html>

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -329,7 +329,7 @@ void writeheader(FILE *fp, const char *title) { fputs("<!DOCTYPE html>\n" - "<html dir=\"ltr\" lang=\"en\">\n<head>\n" + "<html>\n<head>\n" "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n" "<title>", fp); xmlencode(fp, title, strlen(title));