glm_git_log
Retrieve Git commit history with configurable number of entries, oneline summary format, and repository path.
Instructions
Git 커밋 이력 조회.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | 조회할 커밋 수 (기본값: 10) | |
| oneline | No | 한 줄 요약 형식 | |
| repo_path | No | 저장소 경로 (기본값: 현재 프로젝트 루트) |