Archived
1
0

chore: update Code to 1.71.1 (#5558)

* chore: update Code to 1.71.1

* chore: refresh patches

* docs: add quilt refresh tip
This commit is contained in:
Joe Previte
2022-09-15 14:49:28 -07:00
committed by GitHub
parent 309a3b2c6e
commit 7ecfb95569
6 changed files with 16 additions and 7 deletions

View File

@ -111,6 +111,15 @@ re-apply the patches.
6. Commit the updated submodule and patches to `code-server`.
7. Open a PR.
Tip: if you're certain all patches are applied correctly and you simply need to
refresh, you can use this trick:
```shell
while quilt push; do quilt refresh; done
```
[Source](https://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/)
### Patching Code
0. You can go through the patch stack with `quilt push` and `quilt pop`.