[U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config

2012-04-27 Thread Vikram Narayanan
patman shouts when it couldn't find a $(HOME)/.config/patman file. Handle it in a sane way by creating a new one for the user. It looks for a user.name and user.email in the global .gitconfig file, waits for the user input if it can't find those. Signed-off-by: Vikram Narayanan Cc: Simon Glass

Re: [U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config

2012-04-30 Thread Wolfgang Denk
Dear Vikram & Simon, In message <4f9acbd1.1080...@gmail.com> you wrote: > > patman shouts when it couldn't find a $(HOME)/.config/patman file. > Handle it in a sane way by creating a new one for the user. > It looks for a user.name and user.email in the global .gitconfig > file, waits for the use

Re: [U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config

2012-04-30 Thread Vikram Narayanan
Hello Wolfgang, On 4/30/2012 2:14 PM, Wolfgang Denk wrote: Dear Vikram& Simon, In message<4f9acbd1.1080...@gmail.com> you wrote: patman shouts when it couldn't find a $(HOME)/.config/patman file. Handle it in a sane way by creating a new one for the user. It looks for a user.name and user.e

Re: [U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config

2012-04-30 Thread Simon Glass
Hi Wolfgang, Vikram, On Mon, Apr 30, 2012 at 6:37 AM, Vikram Narayanan wrote: > Hello Wolfgang, > > On 4/30/2012 2:14 PM, Wolfgang Denk wrote: > >> Dear Vikram& Simon, >> >> >> In message<4F9ACBD1.1080003@**gmail.com <4f9acbd1.1080...@gmail.com>> >> you wrote: >> >>> >>> patman shouts when it c

Re: [U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config

2012-04-30 Thread Simon Glass
Hi Vikram, On Fri, Apr 27, 2012 at 9:39 AM, Vikram Narayanan wrote: > > patman shouts when it couldn't find a $(HOME)/.config/patman file. > Handle it in a sane way by creating a new one for the user. > It looks for a user.name and user.email in the global .gitconfig > file, waits for the user in

Re: [U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config

2012-04-30 Thread Vikram Narayanan
On 4/30/2012 11:07 PM, Simon Glass wrote: Hi Vikram, On Fri, Apr 27, 2012 at 9:39 AM, Vikram Narayanan mailto:vikram...@gmail.com>> wrote: patman shouts when it couldn't find a $(HOME)/.config/patman file. Handle it in a sane way by creating a new one for the user. It looks for a u