stagit

static git repository generator

git clone https://9o.is/git/stagit.git

commit dc482573b2588e203f34569795bd85e386c703b7
parent b547bb06bad155f2097c9e7af5e1947618e7a9ee
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  6 Jan 2016 18:51:03 +0100

old leftover: dont create log dir

Diffstat:
Mstagit.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -950,7 +950,6 @@ main(int argc, char *argv[]) git_object_free(obj); /* log for HEAD */ - mkdir("log", 0755); fp = efopen("log.html", "w"); relpath = ""; writeheader(fp);