commit | 41dfb6eaca0c31f13e40ba9a637eab282354f0a2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 08 05:13:35 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | 7c7f2054f51c4c38b29907530c300e26a6fa781b | |
parent | b3080ec5b44afee52635a9988850a8089100f323 [diff] |
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>