]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Use .git as the git directory
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 03:13:35 +0000 (05:13 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit6961eb7e5b251fc9d936eb87dde2f6ce8cdfd631
tree7c7f2054f51c4c38b29907530c300e26a6fa781b
parent8e737d41c00b04bd3b1c9f56b8cea8bdbaf87012
patman: Use .git as the git directory

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@chromium.org>
tools/patman/func_test.py