summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/rugged_impl/tree.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Rugged if we detect storage is NFS and we can access the diskjc-detect-nfs-for-ruggedJohn Cai2019-07-051-1/+2
* API: Fix recursive flag not working with Rugged get_tree_entries flagStan Hu2019-05-201-0/+2
* Avoid excessive recursive calls with Rugged TreeEntriessh-fix-rugged-tree-entriesStan Hu2019-03-311-8/+12
* Remove unnecessary return statements in tree.rbStan Hu2019-03-071-2/+2
* Remove old code in TreeHelper#flatten_treeStan Hu2019-03-071-3/+5
* Bring back Rugged implementation of GetTreeEntriesStan Hu2019-03-071-0/+103