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)