mirage / irmin-py

ISC License
5 stars 2 forks source link

Missing `tree.hash` #4

Closed Ngoguey42 closed 2 years ago

Ngoguey42 commented 2 years ago

It is possible to get the hash of a commit (Commit.hash)

It is possible to get the hash of a contents (Repo.hash_contents)

But I can't find a way of hashing a tree. Adding a Tree.hash would be great