MCPcopy Create free account
hub / github.com/nodejs/node / GitGetPatch

Method GitGetPatch

deps/v8/tools/release/git_recipes.py:191–193  ·  view source on GitHub ↗
(self, git_hash, **kwargs)

Source from the content-addressed store, hash-verified

189 return self.Git(MakeArgs(["show", "%s:%s" % (refspec, path)]), **kwargs)
190
191 def GitGetPatch(self, git_hash, **kwargs):
192 assert git_hash
193 return self.Git(MakeArgs(["log", "-1", "-p", git_hash]), **kwargs)
194
195 # TODO(machenbach): Unused? Remove.
196 def GitAdd(self, name, **kwargs):

Callers 2

RunStepMethod · 0.80
RunStepMethod · 0.80

Calls 2

MakeArgsFunction · 0.85
GitMethod · 0.80

Tested by

no test coverage detected