mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #156] [MERGED] Ide: Displaying progress while cloning UppHub repositories #194
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/156
Author: @klugier
Created: 6/3/2023
Status: ✅ Merged
Merged: 6/3/2023
Merged by: @mirek-fidler
Base:
master← Head:klugier/upp-hub-git-progress📝 Commits (1)
affa616Ide: Added --progress parameter when cloning UppHub repositories.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
uppsrc/ide/UppHub.cpp(+1 -1)📄 Description
RIght now there is no information about progress while cloning UppHub repertoires. It is problematic when you need to clone repository that is big (1GB+) for example BEMRosseta. To overcome this issue --progress parameter can be added to git clone command.
This PR addresses above issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.