Bug(feature?) on git-diff-files

2019-04-11 Thread NoName Req
Summary `git -C (folder path) diff-files --name-only` output is not correct Steps to Reproduce 1. Apply change to a clean git repository. Go to another folder (not within this repository) and apply the command `git -C repo-path diff-files --name-only` The above command lists dirty files in t

Re: Bug(feature?) on git-diff-files

2019-04-12 Thread NoName Req
Okay thanks for the reply. I didn't know about git update-index will try that now. On Thu, Apr 11, 2019 at 3:57 PM Duy Nguyen wrote: > > On Thu, Apr 11, 2019 at 7:49 PM NoName Req wrote: > > > > Summary > >`git -C (folder path) diff-files --name-only` output is