From 197c6bce75ab04f86f004de575683c164429b124 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 26 Jun 2006 16:45:02 -0700 Subject: [PATCH] Update Doit --- Doit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doit b/Doit index 392f8a1621..7ecacbec63 100755 --- a/Doit +++ b/Doit @@ -15,14 +15,14 @@ for branch in $branches do if git rev-parse --verify refs/heads/$branch 2>/dev/null then - echo "* $branch" && + echo "** $branch" && git checkout $branch && Meta/Make -- $J all && Meta/Make -- $J $nstall && Meta/Make test && Meta/Make clean || exit $? else - echo "* No $branch" + echo "** No $branch" fi done >./:all.log 2>&1