Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

revlist: do not revisit ancestors as long as all branches are visited #588

Merged

Commits on Sep 12, 2017

  1. revlist: do not revisit ancestors as long as all branches are visited

    This change is the fixed version of the previous performance improvement
    that was reverted due to some bogus logic.
    Now it's fixed and only stops the iteration if and only if all of the
    branches we've come across have been visited, being a branch a parent
    commit of a commit we've visited.
    
    Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
    erizocosmico committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    5bb64f6 View commit details
    Browse the repository at this point in the history