tailscale / go

Tailscale's rolling temporary fork of Go with emphasis on performance and memory/binary size reduction. We try to upstream everything and keep this repo's diff small.
https://github.com/tailscale/go/commits
BSD 3-Clause "New" or "Revised" License
66 stars 6 forks source link

rebasing patches for go1.21 #66

Closed phirework closed 1 year ago

phirework commented 1 year ago

Steps:

  1. git checkout tailscale.go1.20 -- .github, git commit #47
  2. git cherry-pick 8c9eff4, resolve conflict #48
  3. git cherry-pick 6a17f14, resolve conflict (ignored 26292c0 because changes were already included in step 1) #49
  4. git cherry-pick a2f29de, resolve conflict #52
  5. git cherry-pick 13373ca #55
  6. git cherry-pick fb11c0d and git cherry-pick db4dc90 #58
bradfitz commented 1 year ago

Can you fix the commit messages to not say [tailscale1.20] in them? Just [tailscale] is fine if we want to stop updating the number, as it appears the latest style (in the net patches) is.

bradfitz commented 1 year ago

git rebase -i is my preferred tool for the job there, but you might have a different favorite workflow.

bradfitz commented 1 year ago

Otherwise looks good, thanks!

phirework commented 1 year ago

@bradfitz done