Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 15.0.1, Qt Creator 16.0.0 (16.0 branch)
-
Ubuntu 24.04 LTS
-
9db2b5855 (master)
Description
- Have a sparse checkout of a git repository, i.e. some files from the repository are not written to the file system.
You get such using: git clone --sparse <source repo> - Show a commit from this repository in Creator.
- In the displayed diff, double-click a change to a file which is not part of the sparse checkout, i.e. which does not exist in the file system.
Nothing happens.
Since in this situation the file cannot be opened as usual, Creator should inform the user why it cannot be done.
Or would it even be possible that Creator creates a temporary copy of the changed file?
Attachments
Issue Links
- is required for
-
QTCREATORBUG-19721 Git user interface improvements
-
- Reported
-