Re: [PATCH] quote_path: convert empty path to "./"
From: Thomas Harning <hidden> Date: 2016-06-15 22:43:57
Johannes Schindelin wrote:
Hi,
On Fri, 7 Dec 2007, Jeff King wrote:
quoted
...
Sounds reasonable.
Ciao,
Dscho
I concur. There is one case that this seems to dodge. What about the
case where you are in:
/test/test_2 where /test is not tracked...
This should probably show "./../" not just "./" , right?