Re: [PATCH 1/2] docs(diff): lose incorrect claim about `diff-files --diff-filter=A`
From: Junio C Hamano <hidden>
Date: 2022-01-26 07:03:31
From: Junio C Hamano <hidden>
Date: 2022-01-26 07:03:31
"Johannes Schindelin via GitGitGadget" [off-list ref] writes:
From: Johannes Schindelin <redacted> Originally, before we had `--intent-to-add`, there was no way that `git diff-files` could see added files: if a file did not exist in the index, `git diff-files` would not show it because it looks only at worktree files when there is an index entry at the same path.
Good find. Looks good.