track_file_versions
Analyze and document the complete version history of a specific file in a git repository, tracking renames, moves, and changes over time for detailed file 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 |