files_in_my_diff 1.0.1
A command line tool that takes a git repository path and revision as input. It creates a temporary worktree, checks out the specified revision, and returns a JSON object containing the worktree path, commit SHA, and list of changed files. The tool helps you inspect changes in any git revision without affecting your current working directory.
Gemfile:
=
install:
=
Runtime Dependencies (1):
git
~> 2.3