GNOME Bugzilla – Bug 753707
'Malformed url' when entering git url with whitespaces
Last modified: 2015-08-17 20:48:28 UTC
In new project creation dialog, when 'From remote source code repository' option is chosen, builder automatically fetches url from clipboard, if it looks like git url. But, if url is copied with extra characters (whitespace, newline), it would not strip url and show error - malformed url for whitespace, remote error for newline.
Fixed in git. Thanks!