From: Junio C Hamano Date: Wed, 20 Dec 2023 20:32:28 +0000 (-0800) Subject: Meta/round: make it easier to find the beginning of each task X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c4c56b885d1000aa27d60b73bfb0221d6e392f0;p=thirdparty%2Fgit.git Meta/round: make it easier to find the beginning of each task --- diff --git a/round b/round index ed55bc5246..462919aafc 100755 --- a/round +++ b/round @@ -19,12 +19,15 @@ set -- $default $more for t do + echo "----- >8 -----" >&2 case "$skip" in *" $t "*) echo "Skipping $t" >&2 continue ;; esac + echo "Running $t" >&2 + case "$t" in address | undefined | address,undefined) SANITIZE=$t \