devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
35 stars 101 forks source link

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

Closed hohwille closed 1 year ago

hohwille commented 1 year ago

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.