NirmalScaria/le-git-graph

Browser extension to add git graph to GitHub website.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 seconds ago
Added to GitGenius on September 11th, 2026
Created on July 27th, 2022
Open Issues & Pull Requests: 29 (+0)
GitHub issues: Enabled
Number of forks: 53
Total Stargazers: 5,863 (+1)
Total Subscribers: 5 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 69.0 days
Mean response time: 163.5 days
90th percentile: 749.4 days
Tracked items: 16

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 3% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 661 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (10)
  • good first issue (4)
  • enhancement (3)
  • critical (1)
  • question (1)
  • wontfix (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Le Git Graph is a browser extension that displays the git commit graph for any GitHub repository.

The extension solves the problem of visualizing commit history and branching patterns directly within GitHub's web interface, where this visualization is not natively available. It works by injecting a new Commits tab into GitHub repository pages, authenticating users via GitHub OAuth, and fetching commit data through the GitHub GraphQL API. Users can then view commits as an interactive graph, hover over commit dots to see details, and filter by branch. The tool supports fetching additional commits on demand for repositories with large histories.

The extension is available for Chrome, Opera, Vivaldi, Brave, Microsoft Edge, and Firefox. It works with both public and private repositories, though accessing private repositories owned by organizations requires setting up a custom Personal Access Token due to GitHub's OAuth scope limitations. Anyone working with repositories that have complex branching patterns or who frequently needs to understand commit relationships will find this useful. The extension requires read access to repositories and includes options to control whether it accesses only public repositories or includes private ones.

The project's issue tracker shows active engagement across bug reports, questions, and enhancement requests, indicating ongoing maintenance and responsiveness to user feedback.