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

#1099: simplest solution to get git progress for large clones #1107

Merged
merged 3 commits into from
Apr 14, 2023

Conversation

hohwille
Copy link
Member

KISS solution for #1099

Impact for cloning mirrors or settings on the first time is output like this:

Cloning into '.'...
remote: Enumerating objects: 853, done.
remote: Counting objects: 100% (194/194), done.
remote: Compressing objects: 100% (110/110), done.
remote: Total 853 (delta 107), reused 108 (delta 79), pack-reused 659
Receiving objects: 100% (853/853), 119.95 KiB | 2.55 MiB/s, done.
Resolving deltas: 100% (404/404), done.

Can still be suppressed with -q.

@hohwille hohwille added enhancement New feature or request git related to git version control tool (incl. git-bash) labels Apr 14, 2023
@hohwille hohwille added this to the release:2023.04.001 milestone Apr 14, 2023
@hohwille hohwille linked an issue Apr 14, 2023 that may be closed by this pull request
@github-actions github-actions bot added bash related to bash shell or scripts scripts related to shell scripts (bash and CMD) labels Apr 14, 2023
@hohwille hohwille merged commit edc7178 into devonfw:master Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash related to bash shell or scripts enhancement New feature or request git related to git version control tool (incl. git-bash) scripts related to shell scripts (bash and CMD)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

progress output when project is cloned
1 participant