An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GET-commit-messages
# 🛠️ GitLab & Gerrit 提交信息提取工具

## 📦 功能概述

| 功能模块 | 描述 | 输出位置 |
|----------------|----------------------------------------------------------------------|--------------------|
| `gitlab.py` | 获取 GitLab 仓库完整提交记录(含代码差异) | `./diff_report/` |
| `gerrit_AI.py` | 获取 Gerrit 仓库指定项目代码的patch文件,并对比代码差异,输出格式化数据集 | 控制台输出 |