From 6933b429205ffd36667ea138c59bc5288eb96387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 12 May 2023 20:26:07 +0100 Subject: [PATCH] internal/linker: add README with docs Copying these examples in each of the PRs doesn't feel necessary. --- internal/linker/patches/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 internal/linker/patches/README diff --git a/internal/linker/patches/README b/internal/linker/patches/README new file mode 100644 index 0000000..3a0b855 --- /dev/null +++ b/internal/linker/patches/README @@ -0,0 +1,9 @@ +The patches are maintained and reviewed at https://github.com/burrowers/go-patches/pulls. + +For stable releases, the patches are generated like: + + git format-patch --relative=src release-branch.go1.20..garble-go1.20 + +For master: + + git format-patch --relative=src master..garble-go1.21