Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Make GitHub tree retrieval non-recursive #47

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

ENH: Make GitHub tree retrieval non-recursive #47

wants to merge 5 commits into from

Conversation

hmdfsn
Copy link
Collaborator

@hmdfsn hmdfsn commented Sep 20, 2019

Fixes issue #11

This PR introduces

  • Bugfix
  • Feature
  • Refactor
  • Code style update
  • Other, please describe:

- Remove recursive call on GitHub tree API to fetch minimum Git tree Objects
- Fix minor code format issue

Resovles: #11
Instead of getting trees sequentially (starting from the the root)
Fetch the treeIds at once and then retrieve all trees together
Extended version of 7bda8c4
Fix minor issues in merge tree retrieval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant