From 684b42e695222de079029f52dcc1afe69751e5f4 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Tue, 12 Feb 2019 14:35:20 -0800 Subject: [PATCH] Update built files --- support/xyz.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/support/xyz.sh b/support/xyz.sh index cff4dd21b..7988a428e 100755 --- a/support/xyz.sh +++ b/support/xyz.sh @@ -103,9 +103,6 @@ case "$increment" in *) echo "Invalid --increment" >&2 ; exit 1 ;; esac -[[ $(git rev-parse --abbrev-ref HEAD) == $branch ]] || - (echo "Current branch does not match specified --branch" >&2 ; exit 1) - git diff-files --quiet || (echo "Working directory contains unstaged changes" >&2 ; exit 1)