Fedora Packages

git-revise Subpackage of python-git-revise

Efficiently update, split, and rearrange git commits

git revise is a git subcommand to efficiently update, split, and rearrange commits. It is heavily inspired by git rebase, however it tries to be more efficient and ergonomic for patch-stack oriented workflows. By default, git revise will apply staged changes to a target commit, then update HEAD to point at the revised history. It also supports splitting commits and rewording commit messages. Unlike git rebase, git revise avoids modifying the working directory or the index state, performing all merges in-memory and only writing them when necessary. This allows it to be significantly faster on large codebases and avoids unnecessarily invalidating builds.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.7.0-8.fc40 -
Fedora 40 0.7.0-8.fc40 -
Fedora 39 0.7.0-6.fc39 -
Fedora 38 0.7.0-4.fc38 -
EPEL 9 0.7.0-5.el9 -
EPEL 8 0.7.0-5.el8 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-git-revise dash maintainers at fedoraproject dot org.



Sources on Pagure