Sun, 25 Jan 2026 14:47:59 CST | login

Information for build python-git-revise-0.7.0-1.oc9

ID23464
Package Namepython-git-revise
Version0.7.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-git-revise.git?.#d3ed39ee8a07ceae78cd861020ffea19df7e3a7f
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:32:33 CST
CompletedMon, 03 Jun 2024 20:34:08 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-git-revise.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-git-revise.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-git-revise-0.7.0-1.oc9.src.rpm (info) (download)
noarch
git-revise-0.7.0-1.oc9.noarch.rpm (info) (download)
python3-git-revise-0.7.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.0-1 - initial build