From d9fb395ae30b50e8a1059338884090b574d8a3e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 3 Jul 2007 10:47:58 +0200 Subject: [PATCH] repack: don't report "Nothing new to pack." if -q is given MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König Signed-off-by: Junio C Hamano --- git-repack.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-repack.sh b/git-repack.sh index 3644a5a4d2..b5c667110d 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -66,7 +66,9 @@ args="$args $local $quiet $no_reuse$extra" names=$(git pack-objects --non-empty --all --reflog $args