]> git.armaanb.net Git - stagit.git/commitdiff
old leftover: dont create log dir
authorHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 6 Jan 2016 17:51:03 +0000 (18:51 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 6 Jan 2016 17:53:51 +0000 (18:53 +0100)
stagit.c

index b591b1146df1b1e4844a46ecd356513191736c85..630cb90b0a7cd8ba392ac3d96496301f91c6109c 100644 (file)
--- 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);