MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / add_version_commit

Function add_version_commit

deploy.py:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 repo.create_commit ('HEAD', author, commiter, msg, tree, [repo.head.target])
83
84def add_version_commit():
85 repo = Repository (script_dir)
86 create_commit (repo, 'Update to {}'.format (ver_str))
87 config = Config.get_global_config()
88 author = Signature(config['user.name'], config['user.email'])
89
90def add_version_tag ():
91 repo = Repository (script_dir)

Callers 1

deploy.pyFile · 0.85

Calls 1

create_commitFunction · 0.85

Tested by

no test coverage detected