"Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > 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.