Frequently Asked Question

 

 

Question: Why is my heat map showing Extra Commits in the commit chart?

Answer: If extra valid commits are showing in your charts but not in Bitbucket commits list. It would most probably mean that the Bitbucket user deleted the committed branch In bitbucket.

The commits chart calls the commit API to display all commits.

When you delete a branch from the browser, it will remove the branch but it does not remove the commit history. The commits API will still return all valid commits including the ones on the deleted branches