Browse Source

Update Dothem to build if jch and next are different

todo
Junio C Hamano 16 years ago
parent
commit
11ac3c74fd
  1. 8
      Dothem

8
Dothem

@ -54,7 +54,13 @@ do @@ -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

Loading…
Cancel
Save