Example #1
0
func commitTree(commit *git.Commit) result.Result {
	return result.NewResult(commit.Tree())
}