Searched defs:git (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py57 def git(command): function
64 command = ["git"] + command
67 tmpfile = tempfile.TemporaryFile(prefix="git-nits")
87 """Return the root of the current git workspace"""
89 p = git('rev-parse --git-dir')
92 sys.stderr.write("Failed finding git workspace\n")
100 """Return the current git branch"""
102 p = git('branch')
105 sys.stderr.write("Failed finding git branc
[all...]

Completed in 61 milliseconds