commit | 11d6596709e04b8d2b429f230b2ed570d013f812 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Jul 08 19:03:19 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jul 08 23:18:08 2007 -0700 |
tree | 2bd7e645b9b3e6b5db4c8cfe82e35651730ee165 | |
parent | ae7aa49914072b9007ba62245e68b8bbd24f964a [diff] |
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 88494423 did, remove them much earlier, when the parent information actually gets rewritten. Signed-off-by: Junio C Hamano <gitster@pobox.com>