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

Use git's checkout feature directly to write out repo files #435

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

oprypin
Copy link
Member

@oprypin oprypin commented Sep 19, 2020

to avoid relying on a shell to pipe into tar.

Caveat: git checkout also updates the index in the repository, but that shouldn't be a problem here (is there even any index in a bare repo to start with?)

This is part of work to bring 'shards' to Windows.

to avoid relying on a shell to pipe into `tar`.

Caveat: `git checkout` also updates the index in the repository, but that shouldn't be a problem here (is there even any index in a bare repo to start with?)

This is part of work to bring 'shards' to Windows.
@oprypin oprypin mentioned this pull request Sep 19, 2020
5 tasks
@straight-shoota straight-shoota linked an issue Oct 30, 2020 that may be closed by this pull request
5 tasks
@straight-shoota straight-shoota added this to the v0.12.0 milestone Nov 5, 2020
@oprypin
Copy link
Member Author

oprypin commented Nov 11, 2020

What's the holdup with this particular pull request (the last one)? 😅

@straight-shoota
Copy link
Member

I was waiting for CI to finish after I fixed the merge conflict. Not sure why the milestone was changed. It should be ready to merge right away.
@bcardiff Anything holding this up?

@bcardiff
Copy link
Member

I changed the milestone because v0.12.0 is released already, but the milestone was not closed. I created a vNext because I'm not sure the next is 0.12.1 or 0.13.0

@straight-shoota straight-shoota merged commit 1ad3b68 into crystal-lang:master Nov 11, 2020
@straight-shoota
Copy link
Member

Thanks @oprypin

f-fr pushed a commit to f-fr/shards that referenced this pull request Jan 2, 2021
…l-lang#435)

to avoid relying on a shell to pipe into `tar`.

Caveat: `git checkout` also updates the index in the repository, but that shouldn't be a problem here (is there even any index in a bare repo to start with?)

This is part of work to bring 'shards' to Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support installing shards on Windows
4 participants