From 81229c7fb2a4928c2b9fb13db08055e217059f41 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 5 May 2026 21:30:54 +0900 Subject: [PATCH] Meta/Doit: reformat and list options in the order they are used --- Doit | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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