Petr Baudis wrote:
quoted hunk ↗ jump to hunk
Dear diary, on Tue, Sep 20, 2005 at 01:16:14AM CEST, I got a letter
Another idea - try this patch:
diff --git a/init-db.c b/init-db.c
--- a/init-db.c
+++ b/init-db.c
@@ -154,6 +154,7 @@ static void copy_templates(const char *g
}
memcpy(path, git_dir, len);
+ path[len] = 0;
copy_templates_1(path, len,
template_path, template_len,
dir);
This seems to have worked.
-hpa