[PATCH 09/20] patman: Use .git as the git directory

Simon Glass sjg at chromium.org
Sat May 24 06:25:33 CEST 2025


In tests, the 'git' directory is a subdirectory of the temporary
directory. Rename it to '.git' so that git will automatically find it
when git operations are done in the temporary directory. Set up the
config before the first git operation, so that this works correctly.

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

 tools/patman/func_test.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Applied to sjg/master, thanks!


More information about the U-Boot mailing list