get_commit_dag
Retrieve a directed graph of project commits to visualize change history, identify branches, and trace development paths.
Instructions
Получить направленный граф коммитов проекта (историю изменений).
Args:
project_uuid: UUID проекта.
limit: Максимальное количество коммитов (по умолчанию 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| project_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |