shithub: riscv

Download patch

ref: 30794bba756772ada85b7642beddb42ffc416203
parent: 8f109ae113215166746b150a5a09b96050e62e52
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Aug 2 23:13:00 EDT 2022

patch: apply patches atomically

When applying a patch, we used to write out the patch,
rename the file, and then move to the next one. This
meant that if a patch failed to apply cleanly, we would
leave the patch half-applied.

This sucked, so we now apply the patch as a whole unit,
or not at all.