dosubot[bot] commented on issue #8434: URL: https://github.com/apache/incubator-devlake/issues/8434#issuecomment-2863461586
<!-- Greeting --> Hello @luciofsl! I'm [Dosu](https://dosu.dev), a bot here to help you solve bugs, answer questions, and assist with becoming a contributor. I'm ready to help while you wait for a human maintainer. <!-- Answer --> The issue you're experiencing with the gitextractor plugin skipping commits is due to a condition in the code that checks for parent commits. If the first parent commit cannot be fetched from the object database (ODB), the commit is skipped. This typically occurs during a shallow clone for incremental collection, which is used to support the `timeAfter` parameter for fetching commits after a certain date <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/gitextractor/parser/repo_gogit.go)</sup>. Unfortunately, there doesn't seem to be a configuration or setting in the gitextractor plugin that can be adjusted to prevent this behavior <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/gitextractor/parser/repo_gogit.go)</sup>. You might need to consider modifying the code to handle these cases differently or explore alternative methods for data collection that ensure all parent commits are fetched. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/f623bca4-35c7-431e-9935-36ae6313a1e6?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org