Commit Graph

1 Commits

Author SHA1 Message Date
chroe 5650bba180 feat(shortcut): add commit shortcuts (list/view/diff/blame)
新增 commit 命令模块,支持提交历史浏览:
- commit +list   列出仓库提交历史
- commit +view   查看指定提交详情
- commit +diff   查看提交 diff
- commit +blame  查看文件 blame

遵循 common.Shortcut 规范,复用 RuntimeContext。
含单元测试 shortcuts/commit/commit_test.go。
2026-07-09 22:14:47 +08:00