Searched refs:staged_mismatch (Results 1 - 1 of 1) sorted by relevance

/gem5/util/
H A Dgit-pre-commit.py67 staged_mismatch = set() variable
93 staged_mismatch.add(fname)
97 if len(failing_files) > len(staged_mismatch):
101 if f not in staged_mismatch:
109 if staged_mismatch:
113 for f in staged_mismatch:

Completed in 4 milliseconds