[PATCH] patman: Respect include directive on Git config lookup

Simon Glass sjg at chromium.org
Sun Sep 10 21:13:31 CEST 2023


On Fri, 8 Sept 2023 at 08:17, Fei Shao <fshao at 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 at chromium.org>
> ---
>
>  tools/patman/gitutil.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list