Bug 484412 - RepositorySelectionPage should pre-fills the page if a valid URI is in the clipboard starting with git clone
Summary: RepositorySelectionPage should pre-fills the page if a valid URI is in the cl...
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2015-12-15 11:33 EST by Lars Vogel CLA
Modified: 2015-12-17 03:19 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2015-12-15 11:33:49 EST
The patch should be trivial, just checking for a prefix of "git clone" and if that is present, cut out the substring.
Comment 1 Thomas Wolf CLA 2015-12-15 14:42:28 EST
Looks like this was missed in https://git.eclipse.org/r/#/c/40317/ .
Comment 2 Eclipse Genie CLA 2015-12-16 08:37:43 EST
New Gerrit change created: https://git.eclipse.org/r/62818
Comment 3 Eclipse Genie CLA 2015-12-17 03:18:24 EST
Gerrit change https://git.eclipse.org/r/62818 was merged to [master].
Commit: http://git.eclipse.org/c/egit/egit.git/commit/?id=39f3c68d70a6812ecf0f95a2c8a1129026bfdea4
Comment 4 Matthias Sohn CLA 2015-12-17 03:19:24 EST
submitted