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

[DOCKER] Revert git shallow clone change. #2841

Merged
merged 1 commit into from
Mar 19, 2019
Merged

[DOCKER] Revert git shallow clone change. #2841

merged 1 commit into from
Mar 19, 2019

Conversation

ghost
Copy link

@ghost ghost commented Mar 18, 2019

This patch reverts one of my earlier patches (squashed in #2710) to
reduce bandwidth requirements of git clone, in this particular case we
are checking out a specific hash rather than a tag or branch name. The
--branch option to git clone permits tags or branches but does not
permit a specific hash.

This patch reverts one of my earlier patches (squashed in #2710) to
reduce bandwidth requirements of git clone, in this particular case we
are checking out a specific hash rather than a tag or branch name. The
--branch option to git clone permits tags or branches but does not
permit a specific hash.
@tqchen tqchen merged commit af4efdb into apache:master Mar 19, 2019
wweic pushed a commit to wweic/tvm that referenced this pull request Mar 20, 2019
This patch reverts one of my earlier patches (squashed in apache#2710) to
reduce bandwidth requirements of git clone, in this particular case we
are checking out a specific hash rather than a tag or branch name. The
--branch option to git clone permits tags or branches but does not
permit a specific hash.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 20, 2019
This patch reverts one of my earlier patches (squashed in apache#2710) to
reduce bandwidth requirements of git clone, in this particular case we
are checking out a specific hash rather than a tag or branch name. The
--branch option to git clone permits tags or branches but does not
permit a specific hash.
@ghost ghost deleted the fix-clone branch March 25, 2019 13:21
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.

2 participants