2 个仓库
Records how each commit was created, amended, rebased, or split, and uses that history to automatically rebase dependent commits.
Distinct from Commit Amendments: Distinct from Commit Amendments: tracks the full mutation history of commits (amend, rebase, split) rather than just modifying the most recent commit.
Explore 2 awesome GitHub repositories matching development tools & productivity · Commit Mutation Trackers. 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
Records how each commit was created, amended, rebased, or split, and automatically rebases dependent commits.
git-branchless 是一套用于将更改组织为一系列单独提交而不是传统分支的工具。它作为一个堆叠提交管理器、历史记录操作工具和存储库状态审计器,旨在促进无分支的开发工作流。 该系统通过内存图操作脱颖而出,允许在不检出工作副本的情况下对复杂的提交子树进行变基、拆分和移动。它包括一个提交图可视化器,用于渲染隐藏的引用和废弃的节点,以及一个记录存储库事件以实现恢复先前项目状态的本地数据库。对于大型代码库,它利用稀疏索引和多线程执行来加速提交和合并操作。 该项目涵盖了广泛的功能,包括非线性图操作、提交演变跟踪和基于自定义查询的历史记录过滤。它通过工作空间快照和事件日志提供存储库恢复工具,以及用于跨顺序提交堆栈执行测试以识别回归提交的质量保证实用程序。
Allows reverting the commit graph to its state before a modification command using a mutation log.