Meta/Doit: reformat and list options in the order they are used
Junio C Hamano committed
May 5, 2026 at 21:30 UTC
81229c7fb2a4928c2b9fb13db08055e217059f41
1 file changed
+7
-1
Doit
+7
-1
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