commit 4fce6b4355041b1e80d3265f43e0aa001f2521d7 parent 061574850402ee025bfa2dc41b35707645b0199f Author: Antoine Amarilli <a3nm@a3nm.net> Date: Tue, 4 Oct 2016 23:10:00 +0200 no colors in svn diff Diffstat:
svn-poll | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/svn-poll b/svn-poll @@ -79,7 +79,9 @@ do then # notify the revision svn log -v -r$revision "$URL" - svn diff -c$revision "$URL" | head -n "$DIFF_MAX" + # show a diff with no colors + svn diff --internal-diff -c$revision "$URL" | head -n "$DIFF_MAX" + # shut up until something new happens from $USER touch "$MUTEFILE" fi fi