Re: [OE-core] [PATCH] sanity: add function to check for git config user

2016-10-02 Thread Paul Eggleton
Hi Stephano, On Sun, 02 Oct 2016 15:17:31 Stephano Cetola wrote: > If attempting to patch a git repo without a proper git config setup, > an error will occur saying user.name/user.email are needed by git > am/apply. After 0f698dfd1c8bbc0d53ae7977e26685a7a3df52a3, it was > simple enough to reproduc

[OE-core] [PATCH] sanity: add function to check for git config user

2016-10-02 Thread Stephano Cetola
If attempting to patch a git repo without a proper git config setup, an error will occur saying user.name/user.email are needed by git am/apply. After 0f698dfd1c8bbc0d53ae7977e26685a7a3df52a3, it was simple enough to reproduce this error by creating a kernel patch and using a container to build. T