get_git_merge_diff
Generate a text diff for a Git merge commit against its first parent within a local repository. Input the commit hash and repository path to analyze merge changes effectively.
Instructions
Generates the text diff for a Git merge commit against its first parent within a specified local repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commitHash | Yes | The Git commit hash (SHA) of the merge commit. | |
repoPath | Yes | The absolute path to the local Git repository directory. |