This commit is contained in:
Yanqin Jin 2020-04-29 10:41:54 -07:00
parent 513297ecb8
commit 3e4d51953a

View File

@ -110,9 +110,11 @@ then
[ "$FORMAT_UPSTREAM" ] || FORMAT_UPSTREAM="$FORMAT_REMOTE/master"
echo FORMAT_UPSTREAM is $FORMAT_UPSTREAM
echo CLANG_FORMAT_DIFF is $CLANG_FORMAT_DIFF
if [ -f ./clang-format-diff.py]
if [ -f ./clang-format-diff.py ]
then
echo found file
else
echo not found
fi
# Get the common ancestor with that remote branch. Everything after that
# common ancestor would be considered the contents of a pull request, so