aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/vcs/git/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/vcs/git/wizard.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json
index 401be45a75..62bad7ee12 100644
--- a/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json
@@ -41,7 +41,11 @@
"trDisplayName": "Repository:",
"type": "LineEdit",
"isComplete": "%{JS: Vcs.isValidRepoUrl('%{vcsId}', '%{Repo}')}",
- "trIncompleteMessage": "Repository URL is not valid"
+ "trIncompleteMessage": "Repository URL is not valid",
+ "data":
+ {
+ "historyId": "Git.RemoteUrls"
+ }
},
{
"name": "Branch",