Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | Rename .bash files to .sh | Ben Sima | |
I was already using .sh to refer to shell scripts. When I added .bash, I didn't realize that the linter was set to act on .sh files and not .bash files, so all of these bash scripts escaped the linter. This commit renames them to .sh, removes the .bash extension support from Biz.Namespace, and fixes all the reported shellcheck errors. | |||
2023-10-10 | Add git-branchless | Ben Sima | |
After using this for a while, I've decided that git-branchless will be the default tool for doing trunk-based development in the omnirepo. |