Skip to content

Commit

Permalink
Merge commit '849db0ad237692d6cd98f0b9db13c834b3b3d11a' into relax-re…
Browse files Browse the repository at this point in the history
…lease-tools-check

Fixes: kubernetes-csi#21
  • Loading branch information
pohly committed Mar 6, 2019
2 parents 2971dcd + 849db0a commit a4b5133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools/verify-subtree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ ! "$DIR" ]; then
exit 1
fi

REV=$(git log -n1 --format=format:%H --no-merges -- "$DIR")
REV=$(git log -n1 --remove-empty --format=format:%H --no-merges -- "$DIR")
if [ "$REV" ]; then
echo "Directory '$DIR' contains non-upstream changes:"
echo
Expand Down

0 comments on commit a4b5133

Please sign in to comment.