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.
2 parents 609e6ed + 4b3d652 commit 92846c8Copy full SHA for 92846c8
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