summaryrefslogtreecommitdiff
path: root/scripts/commit.sh
AgeCommit message (Collapse)Author
2019-06-19Use source revision in commit messageMichael Forney
2019-04-09scripts/commit.sh: Fix when branch doesn't already existMichael Forney
2019-04-09scripts/commit.sh: Only commit if tree changedMichael Forney
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.