Appearance
tree
If you have a list of files from e.g. find or git diff --name-only, you can turn it into a tree with --fromfile.
find
git diff --name-only
--fromfile
git diff --name-only <sha1> <sha2> | tree --fromfile