1 रिपॉजिटरी
Mapping existing system binaries or scripts to Git hook events via configuration.
Distinct from Shell Hook Integrations: Focuses on the configuration mapping of existing tools rather than the execution engine
Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Hook Mapping. Refine with filters or upvote what's useful.
Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali
Executes existing shell scripts or binaries as hooks by mapping them within a YAML configuration file.