Petr Baudis <pasky@xxxxxxx> writes: > Duh, but shouldn't git-init-db create .git/info at any rate, even when > no templates are installed? I do not think so. We tend to lazily create necessary directories under .git/ these days, and absolute minimum git should not need an empty .git/info directory. If there is something that creates files in .git/info without making sure that leading path exists, we should fix it (maybe update-server-info forgets it? I haven't checked). - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html