summaryrefslogtreecommitdiff
path: root/scripts/commit.rc
AgeCommit message (Collapse)Author
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.
2016-12-29Allow using /.git as output repositoryMichael Forney
2016-07-16Don't list git repository files as outputsMichael Forney
This way, ninja -t clean will work as expected.
2016-04-23Don't use head -c -1; it's not portableMichael Forney
2016-04-23Add commit script to generate commit historyMichael Forney
This will make it easier for users to merge changes into their trees.