Re: [PATCH] checkpatch: use $root/.git when seeding camel case

2020-06-22 Thread Jacob Keller
On 6/22/2020 3:11 PM, Joe Perches wrote: > On Mon, 2020-06-22 at 14:58 -0700, Jacob Keller wrote: >> When seeding the camel case file, checkpatch.pl uses the $root directory >> in order to find the acceptable list of allowed camel case words. >> >> However, if the current directory is a git repo

Re: [PATCH] checkpatch: use $root/.git when seeding camel case

2020-06-22 Thread Joe Perches
On Mon, 2020-06-22 at 14:58 -0700, Jacob Keller wrote: > When seeding the camel case file, checkpatch.pl uses the $root directory > in order to find the acceptable list of allowed camel case words. > > However, if the current directory is a git repository, checkpatch.pl > attempts to seed using th

[PATCH] checkpatch: use $root/.git when seeding camel case

2020-06-22 Thread Jacob Keller
When seeding the camel case file, checkpatch.pl uses the $root directory in order to find the acceptable list of allowed camel case words. However, if the current directory is a git repository, checkpatch.pl attempts to seed using the local git directory. This is problematic if checkpatch.pl is p