track_file_versions
Analyze complete version history of a specific file in a Git repository, including renames and moves, and export the results for detailed forensics.
Instructions
Track complete version history of a specific file, including renames and moves
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | Yes | File to analyze | |
outputPath | Yes | Path to write analysis output | |
repoPath | Yes | Path to git repository |