On Fri, Jan 30, 2026 at 10:00 AM Joe Lawrence <[email protected]> wrote: [...] > @@ -807,6 +906,8 @@ build_patch_module() { > process_args "$@" > do_init > > +maybe_rebase_patches > + > if (( SHORT_CIRCUIT <= 1 )); then
I think we should call maybe_rebase_patches within this if condition. Thanks, Song > status "Validating patch(es)" > validate_patches
