StoreCommit will store a Git commit with the given Git tree
(treeHash Hash, parents ...Hash)
| 159 | |
| 160 | // StoreCommit will store a Git commit with the given Git tree |
| 161 | StoreCommit(treeHash Hash, parents ...Hash) (Hash, error) |
| 162 | |
| 163 | // StoreSignedCommit will store a Git commit with the given Git tree. If signKey is not nil, the commit |
| 164 | // will be signed accordingly. |
no outgoing calls
no test coverage detected