Thread (1 message) 1 message, 1 author, 2016-08-11

Re: Seeing added and removed files between two tree states

From: Junio C Hamano <hidden>
Date: 2016-08-11 20:46:35

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help