summaryrefslogtreecommitdiff
path: root/scripts/fetch-git.sh
AgeCommit message (Collapse)Author
2022-10-30Only apply patches ending in .patchMichael Forney
This way you can rename them to skip application.
2021-09-07Use --keep-non-patch when applying git patchesMichael Forney
Some of our patches use bracketed tags.
2018-02-16Port build scripts to POSIX shellMichael Forney
Since we are now using Lua to generate ninja files, use of rc in build scripts seems unnecessary and adds an additional bootstrap dependency. None of them are too fancy, so just port to POSIX sh instead.