Am Di., 3. März 2026 um 11:38 Uhr schrieb Ian Jackson <[email protected]>: > > Ian Jackson writes ("Bug#1129577: git-debrebase: make-patches prevents CI > build"): > From looking at git-derebase manpage and source code, I think > > git-debrebase make-patches --noop-ok > > should work better.
There is no such option. Not in the manpage and not in the source code. The command you are proposing results in: $ git-debrebase make-patches --noop-ok Unknown option: noop-ok git-debrebase: bad usage: bad options follow `git-debrebase make-patches The only command which wouldn't create such an error (via $opt_noop_ok) is: git-debrebase prepush. But this has nothing to do with the creation of patches.

