1 dépôt
Operations that change the message, author, or date of an existing commit without altering its file content.
Distinct from Stack Commit Editings: Distinct from Stack Commit Editings: focuses solely on editing commit metadata (message, user, date) rather than modifying content or restacking dependent commits.
Explore 1 awesome GitHub repository matching development tools & productivity · Metadata 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
Changes the message, user, or date of an existing commit without altering its content.