From 31767b8ed9548d3d930b748bcd144726362a2595 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 27 Jan 1999 06:18:38 +0000 Subject: [PATCH] run cvs update with -q --- commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit b/commit index 5d3a1e348..340a30add 100755 --- a/commit +++ b/commit @@ -171,7 +171,7 @@ $repeat && break $update && \ if echo "$name: checking for conflicts..." >&2 - (cvs $cvsopt -n update $updateopt ${1+"$@"} 2>/dev/null\ + (cvs $cvsopt -q -n update $updateopt ${1+"$@"} 2>/dev/null \ | while read line; do echo "$line" echo "$line" >&3 -- 2.47.3