Alex Bennee [off-list ref] writes:
In there a way to see just what files where added between two points in
the tree? I want something better than parsing the diffstat.
I thought git-ls-files -ad comittish..comitishb would do the trick but
it seems not.
$ git diff-tree --name-status --diff-filter=A HEAD~64 HEAD
Variants of the above are possible. If you want to see addition
and deletion, use --diff-filter=AD.