]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/revwalk.c
revwalk: don't show commits that become uninteresting after being enqueued
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 6 Oct 2016 16:13:34 +0000 (18:13 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Thu, 6 Oct 2016 16:13:34 +0000 (18:13 +0200)
commitfedc05c89ceb545f29c57bf35ffd066bd9e49386
tree47dd7ffa03529c1459a0ced98cbf21b5ec5385b3
parent3cc5ec94f8d4753d00e7c407d0033187fe79eb08
revwalk: don't show commits that become uninteresting after being enqueued

When we read from the list which `limit_list()` gives us, we need to check that
the commit is still interesting, as it might have become uninteresting after it
was added to the list.
src/revwalk.c