Details
-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 2.4.0
-
Windows Vista x64
-
3eac49d9c38a03212237f51df6ebf3d9e7863c93
Description
Clone a git repository using Go to File -> New File or Project... -> Project from Version Control -> Git Repository Clone
git will output the progress of the operation whereas Creator will not display anything until cloning finished. This is misleading as the user might think git got stuck.
Creator will then display lines like:
Checking out files: 54% (477/883) Checking out files: 55% (486/883) Checking out files: 56% (495/883)
This does not look nice at all. Instead, Creator should display the progress as the user would see it on the command line.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-10112 Regression, CLONE - Bad display of git output
-
- Closed
-
- replaces
-
QTCREATORBUG-8287 No progressbar when I clone a remote git project
-
- Closed
-