Varun Naik [off-list ref] writes:
`git restore --staged` uses the same machinery as `git checkout HEAD`,
so there should be a similar test case for "restore" as the existing
test case for "checkout" with deleted ita files.
Helped-by: Jeff King [off-list ref]
Signed-off-by: Varun Naik <redacted>
---
This is the "restore" patch based on the merge of the "checkout" patch
into master.
Makes sense. Thanks.