From: Junio C Hamano Date: Tue, 5 May 2026 12:30:54 +0000 (+0900) Subject: Meta/Doit: reformat and list options in the order they are used X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=81229c7fb2a4928c2b9fb13db08055e217059f41;p=thirdparty%2Fgit.git Meta/Doit: reformat and list options in the order they are used --- diff --git a/Doit b/Doit index 2d8473747f..05374dec48 100755 --- a/Doit +++ b/Doit @@ -1,5 +1,11 @@ #!/bin/sh -Meta/Dothem --cocci --breaking --test-vars --san --leaks --sha256 "$@" +Meta/Dothem --meson \ + --cocci \ + --san \ + --leaks \ + --sha256 \ + --test-vars \ + --breaking "$@" Meta/V