Mon, 03 Jun 2024 12:50:42 UTC | login

Information for build python-git-revise-0.6.0-2.fc33

ID170526
Package Namepython-git-revise
Version0.6.0
Release2.fc33
Epoch
SummaryEfficiently update, split, and rearrange git commits
Descriptiongit 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:39:12 UTC
CompletedThu, 13 Aug 2020 11:39:12 UTC
Tags
f33
f37
f38
RPMs
src
python-git-revise-0.6.0-2.fc33.src.rpm (info) (download)
noarch
git-revise-0.6.0-2.fc33.noarch.rpm (info) (download)
python3-git-revise-0.6.0-2.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jun 13 2020 Ian McInerney <ian.s.mcinerney@ieee.org> - 0.6.0-1 - Update to latest upstream release 0.6.0 - Remove manpage location patch (fixed in 0.6.0) * Thu Jun 11 2020 Ian McInerney <ian.s.mcinerney@ieee.org> - 0.5.1-4 - Rename package and add new subpackages for git-revise and python3-git-revise * Sat May 16 2020 Ian McInerney <ian.s.mcinerney@ieee.org> - 0.5.1-3 - Add check section to run tests * Wed May 13 2020 Ian McInerney <ian.s.mcinerney@ieee.org> - 0.5.1-2 - Upstream manpage patch - Fix review comments * Fri May 01 2020 Ian McInerney <ian.s.mcinerney@ieee.org> - 0.5.1-1 - Initial package.