HomeSort by: relevance | last modified time | path
    Searched defs:git_command (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/scripts/
keysym-generator.py 72 exitcode, stdout, stderr = self.git_command("git branch --show-current")
78 exitcode, stdout, stderr = self.git_command("git tag --sort=version:refname")
85 def git_command(self, cmd):
115 exitcode, _, _ = self.git_command(cmd)
83 def git_command(self, cmd): member in class:Kernel

Completed in 21 milliseconds