diff --git a/BaseTools/Scripts/PatchCheck.py b/BaseTools/Scripts/PatchCheck.py index 762a1a89f9..d797ac80c1 100755 --- a/BaseTools/Scripts/PatchCheck.py +++ b/BaseTools/Scripts/PatchCheck.py @@ -684,8 +684,6 @@ class CheckGitCommits: def __init__(self, rev_spec, max_count): dec_files = self.read_dec_files_from_git() commits = self.read_commit_list_from_git(rev_spec, max_count) - if len(commits) == 1 and Verbose.level > Verbose.ONELINE: - commits = [ rev_spec ] self.ok = True blank_line = False for commit in commits: