]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Doit: reformat and list options in the order they are used
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2026 12:30:54 +0000 (21:30 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2026 12:30:54 +0000 (21:30 +0900)
Doit

diff --git a/Doit b/Doit
index 2d8473747fb71f53dad5411a631b2df1ee0d84e9..05374dec48b8d50862888b456fd9d5b3354857b2 100755 (executable)
--- 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