Re: [U-Boot] [PATCH v3] patman: Handle creation of patman config

2012-05-22 Thread Simon Glass
Hi, On Tue, May 22, 2012 at 9:00 AM, Wolfgang Denk wrote: > Dear Vikram Narayanan, > > In message <4f9f5c96.3020...@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

Re: [U-Boot] [PATCH v3] patman: Handle creation of patman config

2012-05-22 Thread Wolfgang Denk
Dear Vikram Narayanan, In message <4f9f5c96.3020...@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 user

Re: [U-Boot] [PATCH v3] patman: Handle creation of patman config

2012-05-21 Thread Vikram Narayanan
Hello Wolfgang, On 5/1/2012 10:37 AM, Simon Glass wrote: On Mon, Apr 30, 2012 at 8:46 PM, 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

Re: [U-Boot] [PATCH v3] patman: Handle creation of patman config

2012-04-30 Thread Simon Glass
On Mon, Apr 30, 2012 at 8:46 PM, 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 input if it can'

[U-Boot] [PATCH v3] patman: Handle creation of patman config

2012-04-30 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