git get list of changed files
git diff --name-only <SHA, tag start> <SHA, tag end>
Or with the actions performed: git diff --name-status <SHA, tag start> <SHA, tag end>
git diff --name-only <SHA, tag start> <SHA, tag end>
Or with the actions performed: git diff --name-status <SHA, tag start> <SHA, tag end>