I\'m trying to get the output of this command: git diff-tree --name-status {old_sha} {new_sha} (show names of commits between the hashes)
git diff-tree --name-status {old_sha} {new_sha}
Running the command