diff --git a/stagit.c b/stagit.c index 3362fe5..4e046fd 100644 --- a/stagit.c +++ b/stagit.c @@ -1094,7 +1094,7 @@ main(int argc, char *argv[]) /* log for HEAD */ fp = efopen("log.html", "w"); relpath = ""; - mkdir("commit", 0755); + mkdir("commit", S_IRWXU | S_IRWXG | S_IRWXO); writeheader(fp, "Log"); fputs("\n" ""
DateCommit message