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
@@ -1,5 +1,11 @@
1
#!/bin/sh
2
3
-Meta/Dothem --cocci --breaking --test-vars --san --leaks --sha256 "$@"
3
+Meta/Dothem --meson \
4
+ --cocci \
5
+ --san \
6
+ --leaks \
7
+ --sha256 \
8
+ --test-vars \
9
+ --breaking "$@"
10
11
Meta/V