-
Notifications
You must be signed in to change notification settings - Fork 1.3k
scm: git: clone: add progress #3595
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
Conversation
|
Is strange that first I'm getting:
After a while:
Is it expected? Also I don't see the progress bar itself? Is it because git python does not report it? |
|
@casperdcl the recording: |
|
Thanks @shcheklein again for the recording; yes it's expected:
Exactly, it doesn't report a |
|
@casperdcl but why do we replace |
Seems like a good idea to display the message provided to the callback.
It's from #3595 (comment): number of "items." I believe in this case it's what git would call "objects" if you ran |
|
can we show all the stats to the right? the same as we do with main progress bar for Pull you have done? (no matter what library thinks). Or at least always prepend "Cloning "? |
|
@casperdcl What's the status of this PR? |
|
just updated the description - still awaiting a little tidy from me. |
|
@efiop ready to merge now I think. @shcheklein see the updated recording: Note that atm the py git api provides |
|
LGTM! thanks @casperdcl |
git cloneadd progress forto be addressed latergit fetch/pull?desc