Re: [PATCH v4 1/2] stash: reserve exit status 1 for conflicts
From: Harald Nordgren <hidden> Date: 2026-09-04 08:16:55
A local "make style" while you develop runs
git clang-format --style file --diff --extensions c,h
which tells the command to check only the parts of the system that
you touched.
I do not think it is used in CI.
It seems to run as part of CI and doesn't catch it then:
'.github/workflows/check-style.yml'
Harald