Re: git diff --name-status does not always list changed files
From: Sebastian Schuberth <hidden> Date: 2016-06-15 22:44:18
Junio C Hamano wrote:
Doesn't reproduce for me.
$ rm -fr /var/tmp/j && mkdir -p /var/tmp/j && cd /var/tmp/j
$ git init
Initialized empty Git repository in .git/
Can you reproduce it if you do
$ git config core.pager "less -F"
after "git init"? The "-F" seems to be important, but I'm not sure why
using this switch causes no files to be displayed in this case.
--
Sebastian Schuberth