Re: [PATCH] build: enable developer mode for all working trees

2022-08-29 Thread Thomas Monjalon
16/08/2022 10:51, Ferruh Yigit: > On 8/10/2022 8:26 PM, Stephen Hemminger wrote: > > On Wed, 10 Aug 2022 20:40:58 +0300 > > Dmitry Kozlyuk wrote: > > > >> Developer mode was detected if `.git` was a directory. > >> Linked git working trees created by `git worktree add` > >> contain `.git` file in

Re: [PATCH] build: enable developer mode for all working trees

2022-08-16 Thread Ferruh Yigit
On 8/10/2022 8:26 PM, Stephen Hemminger wrote: On Wed, 10 Aug 2022 20:40:58 +0300 Dmitry Kozlyuk wrote: Developer mode was detected if `.git` was a directory. Linked git working trees created by `git worktree add` contain `.git` file instead of `.git` directory. Developer mode was not detected

Re: [PATCH] build: enable developer mode for all working trees

2022-08-10 Thread Stephen Hemminger
On Wed, 10 Aug 2022 20:40:58 +0300 Dmitry Kozlyuk wrote: > Developer mode was detected if `.git` was a directory. > Linked git working trees created by `git worktree add` > contain `.git` file instead of `.git` directory. > Developer mode was not detected for such directories. > Detect developer

[PATCH] build: enable developer mode for all working trees

2022-08-10 Thread Dmitry Kozlyuk
Developer mode was detected if `.git` was a directory. Linked git working trees created by `git worktree add` contain `.git` file instead of `.git` directory. Developer mode was not detected for such directories. Detect developer mode by the presence of `.git` path. Fixes: bc4617433845 ("build: en