Re: [OE-core] [PATCH 1/2] devtool: get hooks directory path from git rev-parse

2022-02-08 Thread bkylerussell
Ok, I see. I didn't realize I dropped that from the original line. Thanks for the catch. On Tue, Feb 8, 2022 at 5:30 AM Jose Quaresma wrote: > Hi, > > escreveu no dia terça, 8/02/2022 à(s) 03:50: > >> Ask git rev-parse to provide the path to the repo's hooks directory. >> >> This allows devto

Re: [OE-core] [PATCH 1/2] devtool: get hooks directory path from git rev-parse

2022-02-08 Thread Jose Quaresma
Hi, escreveu no dia terça, 8/02/2022 à(s) 03:50: > Ask git rev-parse to provide the path to the repo's hooks directory. > > This allows devtool to support git submodules, where only the > superproject contains a .git directory. > > git submodules contain .git files pointing to their parent repo,

[OE-core] [PATCH 1/2] devtool: get hooks directory path from git rev-parse

2022-02-07 Thread bkylerussell
Ask git rev-parse to provide the path to the repo's hooks directory. This allows devtool to support git submodules, where only the superproject contains a .git directory. git submodules contain .git files pointing to their parent repo, which confuses devtool when it tries to modify the commit hoo