Hello, Is there a way to run “git rebase —continue” in quiet mode so that I can suppress all output such as the "Successfully rebased and updated…” message? From the source code (https://github.com/git/git/blob/3bab5d56259722843359702bc27111475437ad2a/sequencer.c#L4092-L4098), it looks like it should respect the “—quiet” option but there’s no way to pass in this option with —continue. Am I missing something or Is there another way to get this behavior? Thanks, Brendan