From d843e319f88f85323ec9865529170181d04b7361 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 28 Jan 2022 12:02:48 +0000 Subject: [PATCH 1/3] 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=