ora_git_summary
Summarizes recent Git commits showing hash, author, date, and message. Supports limiting the number of commits, specifying a branch, and setting the project path.
Instructions
Resume les derniers commits du repo. Montre l'historique recent avec hash, auteur, date et message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Nombre de commits a afficher (defaut: 10) | |
| branch | No | Branche a consulter (defaut: branche courante) | |
| project_path | No | Chemin du projet (defaut: repertoire courant) |