Metadata for git-revise-0.7.0-5.el8.noarch.rpm

0 directories 0 files
Go up

INFO

Name: git-revise
Version: 0.7.0-5.el8
Arch: noarch
Summary: Efficiently update, split, and rearrange git commits
License: MIT
Vendor: Fedora Project
Build Host: buildvm-s390x-20.s390.fedoraproject.org
Build Date: Fri Feb 17 16:02:11 2023
Size: 6241
URL: https://github.com/mystor/git-revise
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.

FILES

/usr/bin/git-revise
/usr/share/doc/git-revise
/usr/share/doc/git-revise/README.md
/usr/share/licenses/git-revise
/usr/share/licenses/git-revise/LICENSE
/usr/share/man/man1/git-revise.1.gz

REQUIRES

/usr/bin/python3.8
git
python38-git-revise 0.7.0-5.el8
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1

PROVIDES

git-revise 0.7.0-5.el8

CONFIG FILES

/usr/bin/git-revise
/usr/share/doc/git-revise
/usr/share/doc/git-revise/README.md d
/usr/share/licenses/git-revise
/usr/share/licenses/git-revise/LICENSE l
/usr/share/man/man1/git-revise.1.gz d

LICENSE FILES

MIT