Meta/Doit: reformat and list options in the order they are used

This commit is contained in:
Junio C Hamano
2026-05-05 21:30:54 +09:00
parent dda2283677
commit 81229c7fb2
+7 -1
View File
@@ -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