I read here https://stackoverflow.com/a/424142/1462297 that I can get the list of files that have changed in a commit using:
git diff-tree --no-commit-id --name-only -r <commit>
The list contains relative paths to the repository's root (location of my .git).
How can I get this same list, but with an absolute path instead?