postpush 190 B

1234567
  1. # List changed in the last commit
  2. git diff-tree --no-commit-id --name-only -r $(git rev-list HEAD^..HEAD)
  3. # Python version
  4. [patch.new_file_path for patch in repo.diff('HEAD', 'HEAD~1'))]