Documentation ¶
Overview ¶
Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Objects ¶
func Objects( s storer.EncodedObjectStorer, objs, ignore []plumbing.Hash, ) ([]plumbing.Hash, error)
Objects applies a complementary set. It gets all the hashes from all the reachable objects from the given objects. Ignore param are object hashes that we want to ignore on the result. All that objects must be accessible from the object storer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.