On Sun, May 19, 2019 at 2:37 PM Jeff King <peff@xxxxxxxx> wrote: > [...] > - credential_form_url() parses a URL and decodes the specific s/form/from/ > elements, but it's hard to convert it back into a regular URL. It > treats "host:port" as a single unit, meaning it needs to be > re-encoded specially (since a colon would otherwise end > percent-encoded). > [...] > Signed-off-by: Jeff King <peff@xxxxxxxx>