mirror of
https://github.com/refraction-networking/utls.git
synced 2025-03-31 10:37:36 +03:00
Add upstream merge instruction
This commit is contained in:
parent
3ab65b623c
commit
1e0af1a3f4
1 changed files with 10 additions and 1 deletions
|
@ -57,4 +57,13 @@ Tests exist, but coverage is very limited. What's covered is a conjunction of
|
|||
(e.g. no automatic checks for renegotiations, parroting quality and such)
|
||||
|
||||
plus we test some other minor things.
|
||||
Basically, current tests aim to provide a sanity check.
|
||||
Basically, current tests aim to provide a sanity check.
|
||||
|
||||
# Merging upstream
|
||||
```Bash
|
||||
git remote add -f golang git@github.com:golang/go.git
|
||||
git checkout -b golang-upstream golang/master
|
||||
git subtree split -P src/crypto/tls/ -b golang-tls-upstream
|
||||
git checkout master
|
||||
git merge --no-commit golang-tls-upstream
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue