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

Add check for null in countCommitsSince #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oliver-brm
Copy link

...because e.g. branchPoint() may return null.

This can happen if we're on a branch from where a branchPoint cannot be determined. In that case, the branchPoint() method may return null which leads to a NullPointerException if used together with countCommitsSince(branchPoint("origin/develop")).

@oliver-brm oliver-brm marked this pull request as ready for review May 18, 2022 12:18
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.

1 participant