Re: [PATCH] Fix settings in default_user_config template

2015-04-17 Thread Junio C Hamano
Ossi Herrala writes: > 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 > Reviewed-by: Jeff King Thanks ;-) -- To unsubscribe from this list: send the line "unsubscribe git" i

[PATCH] Fix settings in default_user_config template

2015-04-17 Thread Ossi Herrala
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 Reviewed-by: Jeff King -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.ke

[PATCH] Fix settings in default_user_config template

2015-04-17 Thread Ossi Herrala
The name (not user) and email setting should be in config section "user" and not in "core" as documented in Documentation/config.txt. --- builtin/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/config.c b/builtin/config.c index d32c532..bfd3016 100644 --- a

Re: [PATCH] Fix settings in default_user_config template

2015-04-17 Thread Jeff King
On Fri, Apr 17, 2015 at 05:50:10PM +0300, Ossi Herrala wrote: > The name (not user) and email setting should be in config section > "user" and not in "core" as documented in Documentation/config.txt. Well, those probably weren't helping any new users, then, were they? :) > diff --git a/builtin/

[PATCH] Fix settings in default_user_config template

2015-04-17 Thread Ossi Herrala
The name (not user) and email setting should be in config section "user" and not in "core" as documented in Documentation/config.txt. --- builtin/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/config.c b/builtin/config.c index d32c532..bfd3016 100644 --- a