Re: [PATCH] difftool: fix dir-diff index creation when in a subdirectory

2016-12-06 Thread Johannes Schindelin
Hi David, On Mon, 5 Dec 2016, David Aguilar wrote: > 9ec26e797781239b36ebccb87c590e5778358007 corrected how path arguments How about using the "whatis" instead, i.e. "9ec26e7977 (difftool: fix argument handling in subdirs, 2016-07-18)"? Ciao, Dscho

[PATCH] difftool: fix dir-diff index creation when in a subdirectory

2016-12-05 Thread David Aguilar
9ec26e797781239b36ebccb87c590e5778358007 corrected how path arguments are handled in a subdirectory, but it introduced a regression in how entries outside of the subdirectory are handled by dir-diff. When preparing the right-side of the diff we only include the changed paths in the temporary area.