shithub: riscv

Download patch

ref: d86a7ed412555192e2000a9a34b3372f380ec3d0
parent: 3839ad4d3c9b26b8a5d564d1d8f09490799e4cd7
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Aug 16 19:50:28 EDT 2022

git/rebase: allow rebase without a clean tree

Here, patch grows a dry run option (-n), which allows
git/import to bail out early if it would patch files
that are dirty in tree.

Once git/import refuses to patch dirty files, git/rebase
can skip checking if the whole tree is clean, which is
both convenient and much faster on large trees.