
10 Sep
2023
10 Sep
'23
9:13 p.m.
On Fri, 8 Sept 2023 at 08:17, Fei Shao fshao@chromium.org wrote:
People may put their user name and email in a local config file and reference it by the include.* directives, however `git config --global` doesn't look up the included configs by default.
Enable the --includes option explicitly to support such use cases.
Signed-off-by: Fei Shao fshao@chromium.org
tools/patman/gitutil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org