Re: difftool -d not populating left correctly when not in git root

2016-12-05 Thread Johannes Schindelin
Hi David, On Sun, 4 Dec 2016, David Aguilar wrote: > Date: Sun, 4 Dec 2016 14:27:17 -0800 > Subject: [PATCH] difftool: properly handle being launched from a subdirectory > > 9ec26e797781239b36ebccb87c590e5778358007 corrected how path arguments > are handled in a subdirectory, but it introduced a

Re: difftool -d not populating left correctly when not in git root

2016-12-04 Thread David Aguilar
On Fri, Dec 02, 2016 at 03:04:01PM -0800, Frank Becker wrote: > Hi, > > looks like this broke between 2.9.2 and 2.9.3 > > cat ~/.gitconfig > [difftool "diff"] > cmd = ls -l ${LOCAL}/* ${REMOTE}/* > #cmd = diff -r ${LOCAL} ${REMOTE} | less > > ~/stuff/gittest> ls -l * > d1: > total 8 > -r

difftool -d not populating left correctly when not in git root

2016-12-02 Thread Frank Becker
Hi, looks like this broke between 2.9.2 and 2.9.3 cat ~/.gitconfig [difftool "diff"] cmd = ls -l ${LOCAL}/* ${REMOTE}/* #cmd = diff -r ${LOCAL} ${REMOTE} | less ~/stuff/gittest> ls -l * d1: total 8 -rw-r--r-- 1 frank staff 16 2 Dec 14:30 test.txt d2: total 8 -rw-r--r-- 1 frank st