Re: [PATCH v3 6/9] user-manual: Use 'git config --global user.*' for setup

2013-02-18 Thread W. Trevor King
On Sun, Feb 17, 2013 at 06:47:09PM -0800, Junio C Hamano wrote: > > +Which will adds the following to a file named `.gitconfig` in your > > s/adds/add/; Oops again :p. This change is SOB me. -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see h

Re: [PATCH v3 6/9] user-manual: Use 'git config --global user.*' for setup

2013-02-17 Thread Junio C Hamano
"W. Trevor King" writes: > From: "W. Trevor King" > > A simple command line call is easier than spawning an editor, > especially for folks new to ideas like the "command line" and "text > editors". This is also the approach suggested by 'git commit' if you > try and commit without having config

[PATCH v3 6/9] user-manual: Use 'git config --global user.*' for setup

2013-02-17 Thread W. Trevor King
From: "W. Trevor King" A simple command line call is easier than spawning an editor, especially for folks new to ideas like the "command line" and "text editors". This is also the approach suggested by 'git commit' if you try and commit without having configured user.name or user.email. Signed-