this post was submitted on 19 Sep 2025
12 points (100.0% liked)
Programming
14417 readers
2 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're using linux then check if
quilt
is available for your distro, it's made specifically to maintain patches on top of a codbase you don't control: https://wiki.debian.org/UsingQuiltThanks, I'll have a look at quilt. There's also a git command called quiltimport which may be helpful if I want to stay on git.