StoreSignedCommit will store a Git commit with the given Git tree. If signKey is not nil, the commit will be signed accordingly.
(treeHash Hash, signKey *openpgp.Entity, parents ...Hash)
| 163 | // StoreSignedCommit will store a Git commit with the given Git tree. If signKey is not nil, the commit |
| 164 | // will be signed accordingly. |
| 165 | StoreSignedCommit(treeHash Hash, signKey *openpgp.Entity, parents ...Hash) (Hash, error) |
| 166 | |
| 167 | // ReadCommit read a Git commit and returns some of its characteristic |
| 168 | // Returns ErrNotFound if not found. |
no outgoing calls
no test coverage detected