Re: [whatwg/url] Add a neato informative table of various URL pieces (#337)

@EnnexMB Oops, I’m sorry to have missed your comment on the gist itself. What @annevk gave should work, though I would personally do this:

1. Put the gist file in a file, let’s call it `tmp.diff`
2. Apply it using `git apply tmp.diff`.

`git apply` has several advantages over `patch` and is usually much easier to use, so I’d recommend that for diffs with Git headers like the one I provided. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/337#issuecomment-419432069

Received on Friday, 7 September 2018 13:02:04 UTC