Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read-tree --aggressive: remove deleted entry from the working tree.
When both heads deleted, or our side deleted while the other side did not touch, we did not have to update the working tree. However, we forgot to remove existing working tree file when we did not touch and the other side did. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information