Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH] Make git-diff-tree indicate when it flushes

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:27

Paul Mackerras [off-list ref] writes:
quoted
Wouldn't this help?

	$ git-diff-tree --stdin --always
On the git.git tree:

$ cat revs
65aadb92a1ce9605fa2f412b51de91781a3ef3d6
cc189c2ca2c725c430f100f61e7c4a6849f93163
$ git diff-tree -r -s --stdin -- apply.c <revs
65aadb92a1ce9605fa2f412b51de91781a3ef3d6
$ git diff-tree -r -s --stdin --always -- apply.c <revs
65aadb92a1ce9605fa2f412b51de91781a3ef3d6
cc189c2ca2c725c430f100f61e7c4a6849f93163
$

With --always, how do I tell that 65aadb affects apply.c and cc189c
doesn't?
I am not quite sure exactly what you are trying to achieve, but
one trivial way is not giving -s perhaps?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help