1 个仓库
Maintenance of a timeline showing how individual commits evolve over time through amendments.
Distinct from Commit Tracking: Distinct from Commit Tracking: tracks the evolution of a specific commit's content over time rather than just updating the repo head.
Explore 1 awesome GitHub repository matching development tools & productivity · Commit Amendment Tracking. Refine with filters or upvote what's useful.
git-branchless 是一套用于将更改组织为一系列单独提交而不是传统分支的工具。它作为一个堆叠提交管理器、历史记录操作工具和存储库状态审计器,旨在促进无分支的开发工作流。 该系统通过内存图操作脱颖而出,允许在不检出工作副本的情况下对复杂的提交子树进行变基、拆分和移动。它包括一个提交图可视化器,用于渲染隐藏的引用和废弃的节点,以及一个记录存储库事件以实现恢复先前项目状态的本地数据库。对于大型代码库,它利用稀疏索引和多线程执行来加速提交和合并操作。 该项目涵盖了广泛的功能,包括非线性图操作、提交演变跟踪和基于自定义查询的历史记录过滤。它通过工作空间快照和事件日志提供存储库恢复工具,以及用于跨顺序提交堆栈执行测试以识别回归提交的质量保证实用程序。
Maintains a timeline of how individual commits change over time to track and revert amendments.