init: expand comments explaining config trickery
commit7c0a842b46391230661d17ad758efa6b4eccdb93
authorJeff King <peff@peff.net>
Tue, 13 Sep 2016 03:24:19 +0000 (12 20:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2016 22:45:45 +0000 (13 15:45 -0700)
tree59926a9fbc10297842b413fa6b8758a2fc1860cc
parentb9605bc4f2e44042824571f70b9a3a74eeebabff
init: expand comments explaining config trickery

git-init may copy "config" from the templates directory and
then re-read it. There are some comments explaining what's
going on here, but they are not grouped very well with the
matching code. Let's rearrange and expand them.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/init-db.c