Lines Matching full:patch
20 -m= , --mode= specify the mode use {report, patch, org, context, chain}
99 OPTIONS="--patch $ZEPHYR_BASE $OPTIONS"
110 echo 'Available modes are the following: 'patch', 'report', 'context', 'org''
118 echo 'All available modes will be tried (in that order): patch, report, context, org'
124 echo 'Please check for false positives in the output before submitting a patch.'
125 echo 'When using "patch" mode, carefully review the patch before submitting it.'
161 elif [[ $VIRTUAL == *patch* ]]; then
162 MODE=patch
177 echo 'Message example to submit a patch:'
181 if [ "$MODE" = "patch" ] ; then
182 echo ' The semantic patch that makes this change is available'
184 echo ' The semantic patch that makes this report is available'
186 echo ' The semantic patch that spots this code is available'
188 echo ' The semantic patch that makes this Org report is available'
190 echo ' The semantic patch that makes this output is available'
199 echo 'Semantic patch information:'
206 run_cmd_parmap $SPATCH -D patch \