Skip to main content

Why aren't my commits showing in Velocity?

How to track down missing commits.

Emily Fueger avatar
Written by Emily Fueger
Updated over 2 weeks ago

This article covers the most common reasons commit activity may be missing and what steps you or your Velocity administrator can take to resolve it.


Merge commits

Merge commits may not include authored code changes and therefore might not appear in Velocity reports. Additionally, the merge strategy used—such as merge commits, squash, or rebase—can affect whether and how commit data is recorded.


Trivial or duplicate commits

Velocity filters out some commits to ensure reports stay focused and meaningful. These include:

Trivial commits
Small changes—such as minor formatting or whitespace adjustments—are excluded from Velocity reports.

A commit is considered trivial when there are:

  • 0 programming files

  • 0 markup files

  • Fewer than 5 changed + removed lines of code.

Duplicate commits
If the same commit appears on multiple branches (e.g., through rebasing or cherry-picking), Velocity will show it only once. Later appearances are filtered out as duplicates.


Velocity contributor identities and repositories

Velocity needs accurate contributor identities and repository connections to associate activity correctly.

Contributor identities
If the email address in your Git commit isn’t associated with a contributor profile in Velocity, the commit may be unmatched and won't appear in reports.

Repository connections
If you’re not seeing recent commits for a repository, there may be a connection issue between Velocity and your Git provider.

⚠️ Note: You won’t be able to view or resolve unmatched contributors or connection issues yourself. Please contact your Velocity admin to review these settings.


✅ What to do next

If your activity still seems to be missing, consider whether your commits were:

  • Rewritten (e.g., squashed, rebased, or amended)

  • Filtered (e.g., marked as trivial or duplicates)

  • Merged in a way that removed visibility

Your Velocity admin can also:

  • Check for unmatched contributors

  • Confirm your Git email is linked to your Velocity profile

  • Verify repository connections

If you’ve reviewed all of the above and are still not seeing your work, contact Support for assistance.

Did this answer your question?