Post #1920478
2026-03-25 16:26 UTC
Yeah… cleaning up a long-lived git branch with more than 200 commits will take some time. There are reverts, hacks, and all sorts of fun issues.
Pro tip: don’t keep your feature branches alive for too long - in my case, 2 years. Catching up with upstream is painful.
#mesa3d #etnaviv
Replies (2)
-
@austriancoder@fosstodon.org 2026-04-09 10:57
Finally, the commits are starting to look fine and even the commit number reduced quite a lot. Starting to add some missing unit tests.
-
@karolherbst@chaos.social 2026-03-25 16:36
@austriancoder@fosstodon.org normally in such a case I always rebase release by release...