[ol8_developer_EPEL] git-revise-0.7.0-5.el8.noarch

Name:git-revise
Version:0.7.0
Release:5.el8
Architecture:noarch
Group:Unspecified
Size:6241
License:MIT
RPM: git-revise-0.7.0-5.el8.noarch.rpm
Source RPM: python-git-revise-0.7.0-5.el8.src.rpm
Build Date:Mon Mar 06 2023
Build Host:build-ol8-x86_64.oracle.com
Vendor:Oracle America
URL:https://github.com/mystor/git-revise
Summary:Efficiently update, split, and rearrange git commits
Description:
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.

Changelog (Show File list) (Show related packages)