From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [JGIT PATCH 0/6] Add prune of stale tracking branches to fetch Date: Thu, 12 Feb 2009 16:48:08 -0800 Message-ID: <7v3aeji2lz.fsf@gitster.siamese.dyndns.org> References: <1234482880-1316-1-git-send-email-spearce@spearce.org> <7v7i3vi33b.fsf@gitster.siamese.dyndns.org> <20090213004245.GZ30949@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Robin Rosenberg , git@vger.kernel.org To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Fri Feb 13 01:49:48 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LXmFT-00032I-RI for gcvg-git-2@gmane.org; Fri, 13 Feb 2009 01:49:44 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757530AbZBMAsQ (ORCPT ); Thu, 12 Feb 2009 19:48:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757330AbZBMAsQ (ORCPT ); Thu, 12 Feb 2009 19:48:16 -0500 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:46093 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757093AbZBMAsQ (ORCPT ); Thu, 12 Feb 2009 19:48:16 -0500 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 579BC99207; Thu, 12 Feb 2009 19:48:14 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 063D399203; Thu, 12 Feb 2009 19:48:09 -0500 (EST) In-Reply-To: <20090213004245.GZ30949@spearce.org> (Shawn O. Pearce's message of "Thu, 12 Feb 2009 16:42:45 -0800") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: FED5C552-F967-11DD-9A4C-8B21C92D7133-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "Shawn O. Pearce" writes: > Junio C Hamano wrote: >> "Shawn O. Pearce" writes: >> >> > This series teaches "jgit fetch" how to prune stale tracking branches >> > that have been removed from the remote repository. We can now do >> > both a fetch and a prune in a single network connection. >> >> I am not sure if that is a good feature. >> >> The user at the local side may well be using the (now stale) tracking >> branch as an achoring point to remember where his own development forked >> from, and that may be the reason he is fetching but not running "remote >> prune", not to lose that anchor. > > Well. > > Its off by default. > > You have to ask for it with "jgit fetch --prune origin". Ok, then. Sorry for the noise.