https://github.com/tomyyyy26/get-commit-messages
To get the commit messages from gitlab or gerrit
https://github.com/tomyyyy26/get-commit-messages
commit-message diff gerrit gitlab
Last synced: 3 months ago
JSON representation
To get the commit messages from gitlab or gerrit
- Host: GitHub
- URL: https://github.com/tomyyyy26/get-commit-messages
- Owner: TOMYYYY26
- Created: 2025-07-23T05:31:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T07:00:31.000Z (4 months ago)
- Last Synced: 2025-08-22T09:31:49.807Z (4 months ago)
- Topics: commit-message, diff, gerrit, gitlab
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GET-commit-messages
# 🛠️ GitLab & Gerrit 提交信息提取工具
## 📦 功能概述
| 功能模块 | 描述 | 输出位置 |
|----------------|----------------------------------------------------------------------|--------------------|
| `gitlab.py` | 获取 GitLab 仓库完整提交记录(含代码差异) | `./diff_report/` |
| `gerrit_AI.py` | 获取 Gerrit 仓库指定项目代码的patch文件,并对比代码差异,输出格式化数据集 | 控制台输出 |