- From: Timothy Gu <notifications@github.com>
- Date: Fri, 07 Sep 2018 06:01:43 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 September 2018 13:02:04 UTC
@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