
Bit-Booster's amazing free Git commit graph! For Bitbucket Server and Bitbucket Data Center
Bit-Booster's amazing free Git commit graph! For Bitbucket Server and Bitbucket Data Center
Bit-Booster's amazing free Git commit graph! For Bitbucket Server and Bitbucket Data Center
View commit activity across active branches. Compatible with all branching strategies (e.g., git flow, rebase, etc):
- Master pinned to far-left (along first-parent)
- Build-Status integration
- Filter by branch or tag
Includes a search box for JIRA tickets, user names, or general search strings.
- Results rendered in a condensed git graph based on "--simplify-by-decoration"
- Can handle JIRA tickets that span more than one git repo
A commit-graph integrated right into Bitbucket's own native "commits" page. Helps your team see what's really going on!
- Correctly renders octopus merges and orphan branches
- Crosses-out reverted commits (very useful!)
More details
Provides an integrated commit graph on Bitbucket's regular "commits" screen, and a separate "All-Branches Graph" with searching and filtering functionality.
This app is known to work on large Data Center instances. The app does not cache, persist, or index any data.
---
BACKGROUND:
Bitbucket's best kept secret! This graph has been around since 2016 as part of our paid PR-Booster add-on.
In July 2018 we moved the commit graph logic here, into its own free standalone add-on.
It's the best commit graph around! bit-booster.com/best.html
---
ABOUT BIT-BOOSTER:
We make and maintain the following Atlassian add-ons:
- Commit Graph (this one!) (free)
- Control Freak for Bitbucket Server (free)
- Git Graph for JIRA (free)
- PR-Booster for Bitbucket Server (paid)
We're passionate about Git and Bitbucket. Even our one Jira add-on is about Git and Bitbucket!
Reviews for cloud
(6)Sign in to write a reviewReviews for server
(6)Sign in to write a review

Bitbucket 6 compatibility is now in place.



Thanks for the review! I've seen situations where preserving merge order (e.g., the "first-parent" property) in the graph output has made it look messier. But I also find repositories much easier to understand when the commit graph preserves this property, despite the the aesthetic impact this sometimes causes.
Nonetheless I'll see if I can improve the visual styling when we release our Bitbucket 6.x version in the next six months (probably in time for Atlassian Summit in April).
Reviews for Data Center
(6)Sign in to write a reviewCloud Pricing
Server Pricing
Data Center Pricing
Bit-Booster Software provides support for this app.
Vendor support resources
Find out how this app works.
Community discussions connect you to the vendor and other customers who use this app.
Atlassian-hosted discussions connect you to other customers who use this app.
Versions
Version 2019.10.04 • Bitbucket Server 4.0.0 - 6.8.1 • Released 2019-10-04
Summary
Performance Improvements (thanks to DC certification feedback from Atlassian)
Details
Full changelog below the fold.
---
If you find Commit Graph useful please consider purchasing a license for our paid app: PR-Booster for Bitbucket Server. Revenue from PR-Booster helps fund Commit Graph.
---
5 fixes:
- Improved memory utilisation. We removed all use of "session" temporary data caching. (This was previously used to speedup some git operations, especially "git merge-base" calls in previous versions of Commit Graph, but we have now refactored the data pipeline that feeds the graphs to make these caches unnecessary).
- Improved performance. Cut the number of git operations needed to render the "All Branches Graph" in half.
- Verified that all graph functionality behaves correctly on Safari, Chrome, Firefox, Edge, and IE11.
- Regression in v2019.10.01 if commit message contained "\u0004".
- In v2019.10.04 we improved error handling and commit parsing logic.
This version has been submitted for official Data Center certification. We expect to receive the certification within 4-8 weeks.
Installation
- Log into your Bitbucket instance as an admin.
- Click the admin dropdown and choose Add-ons. The Manage add-ons screen loads.
- Click Find new apps or Find new add-ons from the left-hand side of the page.
- Locate Commit Graph for Bitbucket Server via search. Results include app versions compatible with your Bitbucket instance.
- Click Install to download and install your app.
- You're all set! Click Close in the Installed and ready to go dialog.
To find older Commit Graph for Bitbucket Server versions compatible with your instance, you can look through our version history page.