Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-03 | Rename BIZ_ROOT to CODEROOT | Ben Sima | |
BIZ_ROOT was too specific. CODEROOT allows for other (non-biz) projects to live in the root of the repo. I didn't want to call it GIT_ROOT because maybe someday I won't want to use git. But I'll never not use code. | |||
2023-08-17 | Reload dev environment after git checkout | Ben Sima | |
2023-07-28 | Fix tags generation in git hook | Ben Sima | |
2022-08-08 | Ensure BIZ_ROOT is set in shell scripts | Ben Sima | |
2022-02-09 | Move git hooks to own folder | Ben Sima | |
Instead of symlinking, just set the local git config. |