config: fix settings in default_user_config template
commit7e1105244202d01ddf1de990f215418b01281bcf
authorOssi Herrala <oherrala@gmail.com>
Fri, 17 Apr 2015 14:50:10 +0000 (17 17:50 +0300)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Apr 2015 17:32:46 +0000 (17 10:32 -0700)
tree9f49d001fb2c7bf03bc3271a44949f8578510ef0
parent9830534e40bd15231357965441d4fe02a6a4810e
config: fix settings in default_user_config template

The name (not user) and email setting should be in config section
"user" and not in "core" as documented in Documentation/config.txt.

Signed-off-by: Ossi Herrala <oherrala@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c