1 repository
Custom expression languages for filtering and matching sets of commits based on ancestry or properties.
Distinct from Graph Querying: Applies general graph querying specifically to version control commit histories
Explore 1 awesome GitHub repository matching data & databases · Commit Graph Query Languages. Refine with filters or upvote what's useful.
git-branchless is a suite of tools for organizing changes as a sequence of individual commits instead of traditional branches. It functions as a stacked commit manager, history manipulation tool, and repository state auditor, designed to facilitate a branchless development workflow. The system distinguishes itself through in-memory graph manipulation, allowing for the rebasing, splitting, and moving of complex commit subtrees without checking out the working copy. It includes a commit graph visualizer that renders hidden references and abandoned nodes, alongside a local database that logs rep
Provides a custom query language for filtering and matching sets of commits based on ancestry and properties.