Lines Matching refs:commit
71 """Represents a good commit for a repository."""
74 """Initializes this good commit object.
77 'json': A fully populated JSON object describing the commit.
84 self.commit = json['commit']
100 """Check if the repository contains the known-good commit."""
102 self.commit + "^{commit}"],
118 command_output(['git', 'checkout', self.commit], self.subdir)
129 parser = argparse.ArgumentParser(description='Get Glslang source dependencies at a known-good commit')