macOS
brew install kommitprovider-native install command
安装
brew install kommitprovider-native install command
概览
More detailed commit messages without committing!
历史
Kommit is a small Git helper that lets users collect detailed commit-message notes before running `git commit`. It stores the notes in `.git/kommit-message` and uses a `prepare-commit-msg` hook to append them to the final commit message.
The repository was created on 2016-01-15, matching the README changelog entry for the initial commit. Version 0.1.0 followed on 2016-01-16, and the README records the 2016-02-10 switch to the `git-kommit` filename for Git subcommand integration.
Kommit's adoption footprint is intentionally small: it is a shell tool distributed through Homebrew and other Unix package sets for developers who want a scratchpad for commit-message detail without modifying source code.
Typical use is `git kommit -m` or `git kommit -t` to append notes, `git kommit -s` to show them, and `git kommit -i` to install the Git hook.
Kommit is notable as a compact example of Git's external-command convention and hook system: a single executable named `git-kommit` becomes `git kommit` and coordinates with `.git/hooks/prepare-commit-msg`.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
git-kommit | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:kommit |
|---|---|
| 版本 | 1.1.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/vigo/kommit |
| 仓库 | https://github.com/vigo/kommit |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.