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

Unpack git objects during pull in background? #409

Open
LinqLover opened this issue Dec 28, 2023 · 3 comments
Open

Unpack git objects during pull in background? #409

LinqLover opened this issue Dec 28, 2023 · 3 comments

Comments

@LinqLover
Copy link
Contributor

Pulling can be slow, unfortunately. (To my surprise, even when there was no new commit at the origin so pull should effectively be a no-op.) Would it be possible to run the "unpacking git objects" part in a background process so I can continue working on something else during this operation?

@j4yk
Copy link
Collaborator

j4yk commented Dec 28, 2023

Better yet: don't unpack the pack file at all. Just put it into the repo, index it and happily use it. ;-)

I thought there was already an issue for it, but I cannot find a matching one quickly...

@LinqLover
Copy link
Contributor Author

Are you referring to #34 (comment)? :)

@j4yk
Copy link
Collaborator

j4yk commented Dec 28, 2023

Ah yes, you found it. And also the reason why it is not done yet... #34

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

2 participants