Git File Forensics
JSON →Performs deep, file-level forensics on Git repositories to analyze file histories, changes, and patterns.
Tools · 5
- analyze_git_history Analyze the commit history of a file to detect anomalies, suspicious changes, or patterns of interest.
- get_file_blame Retrieve blame information for a file, showing who last modified each line and in which commit.
- compare_file_versions Compare two versions of a file from different commits to see differences and changes.
- search_commits Search through commit messages, authors, or dates for specific patterns or keywords.
- get_commit_details Get detailed information about a specific commit, including diff, author, and metadata.
Links
★ 1 GitHub stars