1 repository
Modifies, reorders, or splits a series of stacked commits as a single unit for cleaner patch management.
Distinct from Container Stack Management: Distinct from Container Stack Management: focuses on editing a series of version control commits, not managing container services.
Explore 1 awesome GitHub repository matching devops & infrastructure · Commit Stack Editings. Refine with filters or upvote what's useful.
Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac
Modifies, reorders, or splits a series of stacked commits as a single unit for cleaner patch management.