old leftover: dont create log dir - stagit-gopher - A git gopher frontend. (mirror)
(HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 650d6c903c12ad4e509938bb9382cff116c34507
(DIR) parent aa3b813f1425bd1ffd5b08d94ce4f13e7ba1a6c3
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 6 Jan 2016 18:51:03 +0100
old leftover: dont create log dir
Diffstat:
M stagit.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) 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);