Hi, While writing a custom URL function for git-link.el I noticed that url-build-query-string unnecessarily escapes slashes in query parameter values. Here's a patch that fixes that by passing url-query-allowed-chars to the url-hexify-string call. - ilmari