]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision --simplify-merges: do not leave commits unprocessed
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Aug 2008 07:37:34 +0000 (00:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Aug 2008 07:37:34 +0000 (00:37 -0700)
commit53030f8d1199ef9da86e7ddc2b8a659a355e5f69
tree8e3323097e24528190fa7f4568872c46655a81fb
parentfaf0156b278d1a760362cda1d294a88be7608de4
revision --simplify-merges: do not leave commits unprocessed

When we still do not know how parents of a commit simplify to, we should
defer processing of the commit, not discard it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c