On 8/10/2022 8:26 PM, Stephen Hemminger wrote:
On Wed, 10 Aug 2022 20:40:58 +0300 Dmitry Kozlyuk <[email protected]> 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 mode by the presence of `.git` path. Fixes: bc4617433845 ("build: enable a developer mode setting") Cc: [email protected] Signed-off-by: Dmitry Kozlyuk <[email protected]>Acked-by: Stephen Hemminger <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>

