summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2020-04-04 11:11:42 +0200
committerAndré Hartmann <aha_1980@gmx.de>2020-04-05 07:46:14 +0000
commitca22b33ddc480b3771512590c17c9221cbaa895d (patch)
treede677b6d1d96c29ff7d4d78dcbf987f27dd739e0 /share
parenta59420a9c3e18b0f0b38d25837b5aa5adf85dd6b (diff)
downloadqt-creator-ca22b33ddc480b3771512590c17c9221cbaa895d.tar.gz
Git: Add remote URL history completer
To checkout wizard and to remote add dialog. Change-Id: I8e4e011a41a862a40d6c1eadd0eaf3ce55f6db80 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'share')
-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",