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

Fix fetch() on git < 1.7.3 #101

Merged
merged 1 commit into from
Jul 1, 2014
Merged

Conversation

alexcrichton
Copy link
Member

Apparently these versions of git are broken for git fetch $url, so we have to
resort to git fetch origin and then just pray that it hasn't changed in the
meantime.

Apparently these versions of git are broken for `git fetch $url`, so we have to
resort to `git fetch origin` and then just pray that it hasn't changed in the
meantime.
bors added a commit that referenced this pull request Jul 1, 2014
Apparently these versions of git are broken for `git fetch $url`, so we have to
resort to `git fetch origin` and then just pray that it hasn't changed in the
meantime.
@bors bors merged commit 75ca63d into rust-lang:master Jul 1, 2014
@alexcrichton alexcrichton deleted the fix-git-1.7 branch July 1, 2014 04:31
bors added a commit to alexcrichton/cargo that referenced this pull request Sep 2, 2014
Apparently these versions of git are broken for `git fetch $url`, so we have to
resort to `git fetch origin` and then just pray that it hasn't changed in the
meantime.
ehuss pushed a commit to ehuss/cargo that referenced this pull request Nov 19, 2023
Add a simple tool that applies fixes from JSON
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.

3 participants