Re: [PATCH 02/25] patman: Deal with git safe-directory warning

2025-05-23 Thread Simon Glass
When running tests where the .git directory is not owned by the current user, various warnings are produced and the tests fail. This happens in CI. For patman itself, modify the gitutil.get_top_level() function to return None in this case. Ensure that the warning is not shown, since it creates abo

[PATCH 02/25] patman: Deal with git safe-directory warning

2025-05-10 Thread Simon Glass
When running tests where the .git directory is not owned by the current user, various warnings are produced and the tests fail. This happens in CI. For patman itself, modify the gitutil.get_top_level() function to return None in this case. Ensure that the warning is not shown, since it creates abo