Merge #4, #6 on top of upstream master #7
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The way I currently plan to manage history is:
master
of this repo pointed at (or behind)master
of upstreammaster
(use dates for versioning)So the last branch was proda-202212, which was "upstream master from december 2022, plus some local changes". This branch is proda-202312, which is currently "upstream master from april 2023", and will soon be "...plus some local changes". Next time we bring in upstream changes, we'll branch again and merge this branch into that.
For now I'm merging. If any local changes get accepted upstream it may be that a rebase will be simpler, especially if what gets accepted is different than what we have here.
The local changes we currently have that aren't in master are #4 and #6.