Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitbase: remove git.Log from index commit iterator #771

Merged
merged 1 commit into from Apr 2, 2019
Merged

gitbase: remove git.Log from index commit iterator #771

merged 1 commit into from Apr 2, 2019

Commits on Apr 2, 2019

  1. gitbase: remove git.Log from index commit iterator

    Fixes #769
    
    git.Log was being passed as commit iter to the index iterator, but
    the new commitIter should be passed instead. That generated a
    discrepancy between the results of indexes and the sames queries
    with no indexes.
    
    Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
    erizocosmico committed Apr 2, 2019
    Copy the full SHA
    78a4a4b View commit details
    Browse the repository at this point in the history