[go: up one dir, main page]

Conversation CommitService::GetTreeEntries

Feature Flag: gitaly_tree_entries

Gitlab::Git::Tree.where


Blocked On:

RPC Endpoints:

  • CommitService::GetTreeEntries

Known Client Routes:

  • Known client endpoints

https://gitlab.com/gitlab-org/gitlab-ce/blob/40cd50829944db38fac07014e5fa00eafa3d1bc7/lib/gitlab/git/tree.rb#L13-41

This method returns an array of Gitlab::Git::Tree instances. From a git point of view, those instances are tree entries.

We may be able to re-use part of the implementation of the 'TreeEntry' RPC. (Maybe we can fix the confusion of having an RPC and a message with the same name #340 (closed) .)

Edited by Kim Carlbäcker