https://github.com/meslab/prepare-commit-msg-zig
https://github.com/meslab/prepare-commit-msg-zig
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meslab/prepare-commit-msg-zig
- Owner: meslab
- License: mit
- Created: 2024-11-21T08:46:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-28T15:53:13.000Z (3 months ago)
- Last Synced: 2026-02-28T17:42:42.526Z (3 months ago)
- Language: Zig
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git prepare-commit-msg hook
A simple commit message hook that prepends the current branch name to the commit message.
Exceptions are the `main` and `master` branches, where the commit message remains unchanged.
## Installation
```
git clone https://github.com/meslab/prepare-commit-msg-zig.git
cd prepare-commit-msg-zig
make install
```
## How it works