MCPcopy Create free account
hub / github.com/HypothesisWorks/hypothesis / configure_git

Function configure_git

tooling/src/hypothesistooling/git.py:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77
78def configure_git():
79 git("config", "user.name", TOOLING_COMMITTER_NAME)
80 git("config", "user.email", "david@drmaciver.com")
81
82
83def create_tag(tagname):

Callers 1

publishFunction · 0.90

Calls 1

gitFunction · 0.85

Tested by

no test coverage detected