API: Fix recursive flag not working with Rugged get_tree_entries flag
Attempting to use the API endpoint
/projects/:id/repository/tree?recursive=true
would only return a subset
of the results since the full recursive list wasn't actually being returned.
Edited by Stan Hu