Home
last modified time | relevance | path

Searched refs:refspec (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/release/
Dgit_recipes.py186 def GitShowFile(self, refspec, path, **kwargs): argument
187 assert refspec
189 return self.Git(MakeArgs(["show", "%s:%s" % (refspec, path)]), **kwargs)
/external/bcc/cmake/
DGetGitRevisionDescription.cmake8 # Returns the refspec and sha hash of the current head revision
80 get_git_head_revision(refspec hash)