Re: [U-Boot] [PATCH] Make patman usable outside of u-boot tree

2013-01-09 Thread Vadim Bendebury
On Wed, Jan 9, 2013 at 2:22 PM, Simon Glass wrote: > Hi Vadim, > > On Wed, Jan 9, 2013 at 2:16 PM, Vadim Bendebury wrote: >> On Wed, Jan 9, 2013 at 2:13 PM, Simon Glass wrote: >>> Hi Vadim, >>> >>> Looks good! Please can you add a single character option? >>> >> >> Simon, I could not think of a

Re: [U-Boot] [PATCH] Make patman usable outside of u-boot tree

2013-01-09 Thread Simon Glass
Hi Vadim, On Wed, Jan 9, 2013 at 2:16 PM, Vadim Bendebury wrote: > On Wed, Jan 9, 2013 at 2:13 PM, Simon Glass wrote: >> Hi Vadim, >> >> Looks good! Please can you add a single character option? >> > > Simon, I could not think of a good single letter option to pick, so I > did not, but if you ha

Re: [U-Boot] [PATCH] Make patman usable outside of u-boot tree

2013-01-09 Thread Vadim Bendebury
On Wed, Jan 9, 2013 at 2:13 PM, Simon Glass wrote: > Hi Vadim, > > Looks good! Please can you add a single character option? > Simon, I could not think of a good single letter option to pick, so I did not, but if you have a suggestion I implement it. > Can you also please add an option to skip t

[U-Boot] [PATCH] Make patman usable outside of u-boot tree

2013-01-09 Thread Vadim Bendebury
To make it usable in git trees not providing a patch checker implementation, add a command line option, allowing to suippress patch check. While we are at it, sort debug options alphabetically. . unit test passes: $ ./patman -t . successfully used patman in the autotest tree to gen

Re: [U-Boot] [PATCH] Make patman usable outside of u-boot tree

2013-01-09 Thread Doug Anderson
Vadim, Thanks for the patch! Looks good in general, though please add the "patman" prefix to the first line of your commit message. On Wed, Jan 9, 2013 at 1:13 PM, Vadim Bendebury wrote: > To make it usable in git trees not providing a patch checker > implementation, add a command line option,