From 11ac3c74fd8d565f67d0fae35bba2237f90e481a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 12 Mar 2009 16:05:56 -0700 Subject: [PATCH] Update Dothem to build if jch and next are different --- Dothem | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dothem b/Dothem index c22a6fa45b..89ae7a3b78 100755 --- a/Dothem +++ b/Dothem @@ -54,7 +54,13 @@ do ( case "$branch, $branches " in jch,*' next '*) - dotest= ;; + if git diff --quiet --exit-code jch next + then + dotest= + else + dotest=test + fi + ;; *) dotest=test ;; esac