mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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:
@@ -698,7 +698,7 @@ def get_list(commit_range, git_dir=None, count=None):
|
||||
Returns
|
||||
str: String containing the contents of the git log
|
||||
"""
|
||||
params = gitutil.LogCmd(commit_range, reverse=True, count=count,
|
||||
params = gitutil.log_cmd(commit_range, reverse=True, count=count,
|
||||
git_dir=git_dir)
|
||||
return command.run_pipe([params], capture=True).stdout
|
||||
|
||||
|
Reference in New Issue
Block a user