Use git grep to search for conflict headers
`grep -z` isn't supported in MacOS grep. Also the script doesn't seem to catch some cases probably because of `xargs -0`
Showing
Please register or sign in to comment
`grep -z` isn't supported in MacOS grep. Also the script doesn't seem to catch some cases probably because of `xargs -0`