From: Junio C Hamano Date: Mon, 13 May 2024 23:28:50 +0000 (-0700) Subject: Meta/round: move address,undefined out of the default set X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d46f8b2417db13a4340890dc369c95f9641b319;p=thirdparty%2Fgit.git Meta/round: move address,undefined out of the default set --- diff --git a/round b/round index 462919aafc..9912ba8387 100755 --- a/round +++ b/round @@ -1,8 +1,8 @@ #!/bin/sh # Give names of targets to use on the command line -# coccicheck is not enabled by default -default="sparse hdr-check sha256 leaks address,undefined test check-docs doc" +# coccicheck and address,undefined are not enabled by default +default="sparse hdr-check sha256 leaks test check-docs doc" skip=" " more=" "