Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The recent speedup to `git reset` sadly broke things, as the cached stat data is no longer accurate after writing the file(s). And that is exactly what `git reset` does: writing the file(s). This patch is identical to the one provided in #1445 but added a bit more detailed information, as well as marking it as a fixup so that the next merging-rebase will drop the patch altogether. This fixes #1437 and #1440. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information