2 Repos
Shows commit metadata such as author, date, and message when hovering over a graph node.
Distinct from Commit Message Annotations: Distinct from Commit Message Annotations: focuses on displaying existing metadata on hover within a visual graph, not appending references to messages.
Explore 2 awesome GitHub repositories matching development tools & productivity · Hover-Triggered Metadata Inspectors. Refine with filters or upvote what's useful.
Le Git Graph is a browser-based tool that displays a visual commit graph for any GitHub repository, showing branch structure and commit history directly in the page. It operates as a single-page application that injects the commit graph into existing repository pages without full page reloads, using OAuth to authenticate with GitHub and authorize API requests for commit data. The tool renders commit nodes and branch lines on an HTML canvas element for smooth, high-performance visualization of complex git histories. It filters the commit graph to show only commits from a selected branch, hidin
Shows commit metadata such as author, date, and message when hovering over a graph node.
GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t
Provides hover-triggered popups showing commit author and timestamp metadata for specific lines.