From: Junio C Hamano Date: Thu, 12 Mar 2009 23:05:56 +0000 (-0700) Subject: Update Dothem to build if jch and next are different X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ac3c74fd8d565f67d0fae35bba2237f90e481a;p=thirdparty%2Fgit.git Update Dothem to build if jch and next are different --- 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