Re: [PATCH] quote_path: convert empty path to "./"
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:43:57
Hi,
On Fri, 7 Dec 2007, Jeff King wrote:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# subdir/
So far, so good.
$ cd subdir
$ git status
....
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
#
Oops, that's a bit confusing.
This patch prints './' to show that there is some output.