Meta/CheckPush: explicitly compare next with 'must match next' merge

This commit is contained in:
Junio C Hamano
2014-10-27 14:48:22 -07:00
parent 5d95246e8a
commit f48f98c97b

View File

@@ -76,3 +76,6 @@ else
echo "git diff --stat next jch"
git diff --stat next jch
fi
match_next=$(git rev-parse 'jch^{/^### match next}') || exit
git diff --stat "$match_next" next