mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Show Git fetch progress
This commit is contained in:
parent
2964a9f562
commit
2890999911
4 changed files with 39 additions and 3 deletions
|
@ -520,8 +520,6 @@ struct GitInputScheme : InputScheme
|
|||
}
|
||||
|
||||
if (doFetch) {
|
||||
Activity act(*logger, lvlTalkative, actUnknown, fmt("fetching Git repository '%s'", repoInfo.url));
|
||||
|
||||
try {
|
||||
auto fetchRef = repoInfo.allRefs
|
||||
? "refs/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue