repo: refactor to have one entrypoint #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pr-consolidate-entrypoints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CI, worktree (dev), commit-msg, and pre-commit contexts are
all called from the same entrypoint and differentiated by
command line arguments. commit-msg and pre-commit are just thin
wrappers to the main entrypoint, which exist only so that they
get called from git with the appropriate context.
Signed-off-by: Daniel F. Dickinson dfdpublic@wildtechgarden.ca