From 2efd193a5583c3ecc9d163aa9c562ff11f5b0bd8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 17 Mar 2009 22:29:29 -0700 Subject: [PATCH] Dothem: reset before checking it out again to squelch messages. --- Dothem | 1 + 1 file changed, 1 insertion(+) diff --git a/Dothem b/Dothem index 89ae7a3b78..7e2c5c2d97 100755 --- a/Dothem +++ b/Dothem @@ -66,6 +66,7 @@ do esac cd "$BUILDBASE/$branch" + git reset --hard && git checkout "$branch" && git reset --hard || exit case "$private" in -- 2.11.4.GIT