We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ade28 commit 4b3d652Copy full SHA for 4b3d652
scripts/diffy.sh
@@ -17,7 +17,7 @@ git config --global user.email '[email protected]'
17
18
cd "${clonedir}" || exit
19
echo "" > "${difffile}"
20
-diff -X "${pdir}/ignorelist.txt" -ur "${coredir}/" "${betadir}/" | grep -v "pw-beta" >> "${difffile}"
+diff --ignore-matching-lines="pw-beta" -X "${pdir}/ignorelist.txt" -ur "${coredir}/" "${betadir}/" >> "${difffile}"
21
22
diff2html -s "side" -F "${pdir}/diff.html" -i file -- "${difffile}" || exit 1
23
0 commit comments