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

Conversation

erizocosmico
Copy link
Contributor

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

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 erizocosmico requested a review from a team April 2, 2019 12:24
@ajnavarro ajnavarro merged commit 671519b into src-d:master Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants