Make TreeEntry not to inherit from Object
Tree entries are not Git objects like commits, blobs, etc. By inheriting from Object it was even possible to produce a segfault when accessing inherited attributes like 'type'.
This commit is contained in:
Reference in New Issue
Block a user