patman: Convert camel case in gitutil.py

Convert this file to snake case and update all files which use it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2022-01-29 14:14:11 -07:00
parent 967af26b6a
commit 0157b187f4
12 changed files with 99 additions and 99 deletions

View File

@@ -219,7 +219,7 @@ class BuilderThread(threading.Thread):
commit = self.builder.commits[commit_upto]
if self.builder.checkout:
git_dir = os.path.join(work_dir, '.git')
gitutil.Checkout(commit.hash, git_dir, work_dir,
gitutil.checkout(commit.hash, git_dir, work_dir,
force=True)
else:
commit = 'current'