MCPcopy Create free account
hub / github.com/amyasnikov/validity / commit

Method commit

validity/integrations/git.py:34–37  ·  view source on GitHub ↗

Returns SHA1 hash of the new commit

(self, local_path: str, username: str, email: str, message: str)

Source from the content-addressed store, hash-verified

32
33 @abstractmethod
34 def commit(self, local_path: str, username: str, email: str, message: str) -> str:
35 """
36 Returns SHA1 hash of the new commit
37 """
38
39 @abstractmethod
40 def push(

Callers 2

save_changesMethod · 0.45
commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected