MCPcopy Index your code
hub / github.com/reactjs/react-modal / git_exec

Function git_exec

scripts/changelog.py:24–27  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

22
23
24def git_exec(args):
25 p = Popen(" ".join(["git"] + args), shell=True, stdout=PIPE, stderr=PIPE)
26 out, err = p.communicate()
27 return out.decode('utf-8')
28
29
30def git_log(args):

Callers 2

git_logFunction · 0.85
get_all_tagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…