[PATCH 08/17] patman: Convert camel case in gitutil.py

Simon Glass sjg at chromium.org
Tue Feb 8 21:39:49 CET 2022


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

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

 tools/buildman/builder.py       |  12 ++--
 tools/buildman/builderthread.py |   2 +-
 tools/buildman/control.py       |  10 +--
 tools/buildman/func_test.py     |   4 +-
 tools/patman/checkpatch.py      |   2 +-
 tools/patman/control.py         |  12 ++--
 tools/patman/func_test.py       |   8 +--
 tools/patman/gitutil.py         | 124 ++++++++++++++++----------------
 tools/patman/patchstream.py     |   2 +-
 tools/patman/project.py         |   2 +-
 tools/patman/series.py          |  16 ++---
 tools/patman/settings.py        |   4 +-
 12 files changed, 99 insertions(+), 99 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list