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