From: Johannes Schindelin Date: Fri, 28 Jan 2022 12:02:48 +0000 (+0000) Subject: docs(diff): lose incorrect claim about `diff-files --diff-filter=A` X-Git-Tag: v2.36.0-rc0~149^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d843e319f88f85323ec9865529170181d04b7361;p=thirdparty%2Fgit.git docs(diff): lose incorrect claim about `diff-files --diff-filter=A` 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. We used this example in the documentation of the diff options to explain that not every `--diff-filter=