Skip to content
Snippets Groups Projects
Commit 3f1bc3eb authored by Georges Racinet's avatar Georges Racinet
Browse files

CommitService.TreeEntry: initial implementation

This method allows to retrieve a specific entry in a Git tree,
hence itself a tree or a blob, while GetTreeEntries lists the
entries in a tree.

For instance, on the Rails side, it is currently the method
called behind `Blob.find`.

The size computation is a bit expensive in case the entry is
itself a tree for how useful it is supposed to be.

Closes #16
parent 0bce537c
No related branches found
Tags 0.8.1
1 merge request!57Blob and Tree related service methods
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment