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

Fast checkout #34

Closed
billiegoose opened this issue Dec 21, 2017 · 1 comment
Closed

Fast checkout #34

billiegoose opened this issue Dec 21, 2017 · 1 comment
Assignees

Comments

@billiegoose
Copy link
Member

One path to faster cloning, which will also save disk space and provide faster checkout for all branches, and resolve #8 , is finishing support for utilizing packfiles in the .git/objects/pack. This issue is just to track that.

I added the necessary functionality to the GitPackfile model (previously unused by my actual code) today. The next step is integrating GitPackfile into the GitObjectManager so using the packfile is transparent.

@billiegoose billiegoose self-assigned this Dec 21, 2017
@billiegoose billiegoose added this to In progress in Planning Dec 28, 2017
@billiegoose billiegoose moved this from v1.2.0 to v1.0.0 in Planning Dec 28, 2017
@billiegoose
Copy link
Member Author

The packfile stuff is done, I think I just forgot to close this one.

@billiegoose billiegoose removed this from v0.9.0-development in Planning Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant