Alex Bennee <kernel-hacker@xxxxxxxxxx> 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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html