Searched refs:refspec (Results 1 – 2 of 2) sorted by relevance
186 def GitShowFile(self, refspec, path, **kwargs): argument187 assert refspec189 return self.Git(MakeArgs(["show", "%s:%s" % (refspec, path)]), **kwargs)
8 # Returns the refspec and sha hash of the current head revision80 get_git_head_revision(refspec hash)