diff options
Diffstat (limited to 'repository/repo.go')
-rw-r--r-- | repository/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/repo.go b/repository/repo.go index 372a8066..9ffb470e 100644 --- a/repository/repo.go +++ b/repository/repo.go @@ -67,7 +67,7 @@ type Repo interface { // FindCommonAncestor will return the last common ancestor of two chain of commit FindCommonAncestor(hash1 util.Hash, hash2 util.Hash) (util.Hash, error) - // Return the git tree hash referenced in a commit + // GetTreeHash return the git tree hash referenced in a commit GetTreeHash(commit util.Hash) (util.Hash, error) LoadClocks() error |