#!/bin/bash # Do not warn if there were no real merge git rev-parse -q --verify HEAD^2 >/dev/null || exit echo echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "! You probably used 'git pull' instead of 'git pull -r' !" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo echo "You can still fix it - please do 'git pull -r' now." echo ead>
summaryrefslogtreecommitdiff
path: root/vcl/Executable_mmlfuzzer.mk
AgeCommit message (Expand)Author
2021-12-25oss-fuzz: use fuzzer_statics for default staticsJan-Marek Glogowski
2021-02-28Upgrade fuzzers to LIB_FUZZING_ENGINEAndrzej Hunt
2018-08-14mml needs pdffilter tooCaolán McNamara
2017-12-04add mml fuzzerCaolán McNamara