Skip to content

Improved clone output #28

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

Merged
merged 1 commit into from
Jul 31, 2025
Merged

Conversation

JohanMabille
Copy link
Member

@JohanMabille JohanMabille commented Jul 30, 2025

This makes the output of clone more "gitish":

Cloning into 'ArcticDB'...
remote: Enumerating objects: 69921, done.
remote: Counting objects: 100% (3589/3589), done.
remote: Compressing objects: 100% (1805/1805), done.
Receiving objects:  100% (69921/69921), 190 MiB, done.
remote: Total 69921 (delta 2847), reused 1812 (delta 1781), pack-reused 66332 (from 6)
Resolving deltas:  100% (45497/45497), done.

There seems to be a bug with the checkout callback in libgit2, which is called only when all deltas have been resolved.

@ianthomas23 ianthomas23 merged commit c578198 into QuantStack:main Jul 31, 2025
1 check passed
@JohanMabille JohanMabille deleted the clone_output branch July 31, 2025 09:22
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