From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Subject: [PATCH] prune: handle --progress/no-progress Date: Wed, 9 Nov 2011 11:23:17 +0700 Message-ID: <1320812597-11175-1-git-send-email-pclouds@gmail.com> References: <20111108053407.GA16852@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, Junio C Hamano , Jeff King , =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= To: Jeff King X-From: git-owner@vger.kernel.org Wed Nov 09 05:23:40 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RNzhL-00042F-Lx for gcvg-git-2@lo.gmane.org; Wed, 09 Nov 2011 05:23:40 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754792Ab1KIEXa convert rfc822-to-quoted-printable (ORCPT ); Tue, 8 Nov 2011 23:23:30 -0500 Received: from mail-pz0-f42.google.com ([209.85.210.42]:55101 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113Ab1KIEX3 (ORCPT ); Tue, 8 Nov 2011 23:23:29 -0500 Received: by pzk2 with SMTP id 2so623352pzk.1 for ; Tue, 08 Nov 2011 20:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=lQYC6HeBcvp4Y/U+b/oT77hxYudtjcR13rFsB7BGLh4=; b=n/yTWZ5Rz9Oa+ebcc6vudaz5v2AJ1+sWWJ7kXJ/LMeQaQSLSLllMKAicPqVcKI0v6A Qzj7hiap1jpCTU6aDfS8QdA3TU11chbpYfG+JlPQnQCiJiqeUC9AdWCm3Smt4RPme4c+ GxnebYZii+efA/tzmMrVUv8y+RPNpRV8eXg9g= Received: by 10.68.36.37 with SMTP id n5mr1985383pbj.105.1320812609030; Tue, 08 Nov 2011 20:23:29 -0800 (PST) Received: from pclouds@gmail.com ([113.161.77.29]) by mx.google.com with ESMTPS id b8sm9619777pba.16.2011.11.08.20.23.24 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Nov 2011 20:23:27 -0800 (PST) Received: by pclouds@gmail.com (sSMTP sendmail emulation); Wed, 09 Nov 2011 11:23:19 +0700 X-Mailer: git-send-email 1.7.3.1.256.g2539c.dirty In-Reply-To: <20111108053407.GA16852@sigill.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: =46rom: Jeff King And have "git gc" pass no-progress when quiet. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano Signed-off-by: Nguy=E1=BB=85n Th=C3=A1i Ng=E1=BB=8Dc Duy --- Added documentation. Documentation/git-prune.txt | 9 ++++++++- builtin/gc.c | 4 +++- builtin/prune.c | 11 +++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt index 80d01b0..6da99e2 100644 --- a/Documentation/git-prune.txt +++ b/Documentation/git-prune.txt @@ -9,7 +9,7 @@ git-prune - Prune all unreachable objects from the obje= ct database SYNOPSIS -------- [verse] -'git prune' [-n] [-v] [--expire ] [--] [...] +'git prune' [-n] [-v] [--expire ] [--[no-]progress] [--] [...] =20 DESCRIPTION ----------- @@ -46,6 +46,13 @@ OPTIONS --expire