Re: [U-Boot] [PATCH v2] patman: fix gitutil for decorations

2013-04-18 Thread Tom Rini
On Tue, Apr 16, 2013 at 03:12:40PM -0700, Simon Glass wrote: > +Tom > > On Tue, Apr 16, 2013 at 8:48 AM, Simon Glass wrote: > > On Tue, Apr 16, 2013 at 2:52 AM, Andreas Bie?mann > > wrote: > >> The git config parameter log.decorate is quite useful when working with > >> git. > >> Patman, howev

Re: [U-Boot] [PATCH v2] patman: fix gitutil for decorations

2013-04-16 Thread Simon Glass
+Tom On Tue, Apr 16, 2013 at 8:48 AM, Simon Glass wrote: > On Tue, Apr 16, 2013 at 2:52 AM, Andreas Bießmann > wrote: >> The git config parameter log.decorate is quite useful when working with git. >> Patman, however can not handle the decorated output when parsing the commit. >> To prevent this

Re: [U-Boot] [PATCH v2] patman: fix gitutil for decorations

2013-04-16 Thread Simon Glass
On Tue, Apr 16, 2013 at 2:52 AM, Andreas Bießmann wrote: > The git config parameter log.decorate is quite useful when working with git. > Patman, however can not handle the decorated output when parsing the commit. > To prevent this use the '--no-decorate' switch for git-log. > > Signed-off-by: An

[U-Boot] [PATCH v2] patman: fix gitutil for decorations

2013-04-16 Thread Andreas Bießmann
The git config parameter log.decorate is quite useful when working with git. Patman, however can not handle the decorated output when parsing the commit. To prevent this use the '--no-decorate' switch for git-log. Signed-off-by: Andreas Bießmann --- Changes in v2: * add --no-decorate to all git-