| commit | 3e823953062194c7c6c6fb0556639909e65f2652 | [log] [tgz] |
|---|---|---|
| author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | Mon Apr 07 10:22:36 2025 -0400 |
| committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | Tue Apr 08 17:05:58 2025 -0400 |
| tree | f4923d14b5e68f82015095069ddc6cc7870dc704 | |
| parent | 19e4dda9a2add2ff98b201cc30993cf61df4ed55 [diff] |
bin: add rebase mode when we need to apply trailers to a whole MR at once, it's convenient to do something like `git rebase --exec "rb faith" origin/main`. This adds that operation into the script itself, so that can be done with simply `rb -r origin/main faith`. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34409>