doc: update curl usage in COLLABORATOR_GUIDE
Github now redirects the patch urls hosted on github.com, making it necessary to enable curl redirect handling to obtain patches in the merge process. Example (before and after): https://github.com/iojs/io.js/pull/1382.patch https://patch-diff.githubusercontent.com/raw/iojs/io.js/pull/1382.patch PR-URL: https://github.com/iojs/io.js/pull/1382 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
61c0e7b70f
commit
b464d467a2
@ -132,7 +132,7 @@ $ git merge --ff-only origin/v1.x
|
||||
Apply external patches
|
||||
|
||||
```text
|
||||
$ curl https://github.com/iojs/io.js/pull/xxx.patch | git am --whitespace=fix
|
||||
$ curl -L https://github.com/iojs/io.js/pull/xxx.patch | git am --whitespace=fix
|
||||
```
|
||||
|
||||
Check and re-review the changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user