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. |
- Disable tests because pytest is too old in EPEL8 (it is missing MonkeyPatch) - Modify spec file to support EPEL releases (rhbz 2168479)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Update to latest upstream release 0.7.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild