Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revision.c: remove duplicated parents after history simplification
When we simplify history due to path limits, the parents list for a rewritten commit can end up having duplicates. Instead of filtering them out in the output codepath like earlier commit 8849442 did, remove them much earlier, when the parent information actually gets rewritten. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information