From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Tue, 01 May 2012 08:44:22 +0530 Subject: [U-Boot] [PATCH v2 4/4] patman: Handle creation of patman config In-Reply-To: References: <4F9ACBD1.1080003@gmail.com> Message-ID: <4F9F550E.1010602@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/30/2012 11:07 PM, Simon Glass wrote: > 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 input if it can't find those. > > Signed-off-by: Vikram Narayanan > > Cc: Simon Glass > > > > Acked-by: Simon Glass > > > In terms of changing the config file to ~/.patman, this could actually > be a subsequent patch if you like. But there are a few nits below if you > re-issue. > I feel that can be dealt in a separate patch which follows this. For the few nits, I'll send a v3 _only_ for this patch and not for the whole series as the other two are ACK'ed and one is decided not to be ACK'ed. Thanks, Vikram