From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Do not try to remove directories when removing old links Date: Wed, 28 Oct 2009 00:19:45 -0700 Message-ID: <7vd448rnn2.fsf@alter.siamese.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Sebastian Schuberth X-From: git-owner@vger.kernel.org Wed Oct 28 08:20:08 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1N32pC-0008Ut-Nd for gcvg-git-2@lo.gmane.org; Wed, 28 Oct 2009 08:20:07 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932571AbZJ1HTr (ORCPT ); Wed, 28 Oct 2009 03:19:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932559AbZJ1HTr (ORCPT ); Wed, 28 Oct 2009 03:19:47 -0400 Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:43500 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932554AbZJ1HTq (ORCPT ); Wed, 28 Oct 2009 03:19:46 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7FB128820C; Wed, 28 Oct 2009 03:19:51 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:cc:subject :references:from:date:message-id:mime-version:content-type; s= sasl; bh=58TUtX7PRKuYWjlTJ473tDInOi0=; b=mDDA+HZd3aPHJ+ft/kZpJ9N 9Q+TrdQ+atdlrvpNuGXk7GlB5ja+m8FTJEGQYZVv3Ba2AoEHG5snKNpfdJDtEJXb O4E6gPUo5jzL9kN1T07lEy4WW2wTFo3NfaPmiiy4gLMidSy46nxrAazFulxKWTZj Z09vbSnDQ3S0A0AoipF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:cc:subject :references:from:date:message-id:mime-version:content-type; q= dns; s=sasl; b=LMzPSCiIYm5MlX7SwBv7LLRrG2yJb+jxz6gyaATcr73+IAH46 8WDXPq7LCUtfm5ZU2W2FlPz8rKeaB62TQ74KqjdkEZER3Fvug9ZjyMVE/Pfh+Puv Wek3D2FY7AHPaYnT/TJCdDm4PrghHu0FHBFrtY0UxeQiWqVyxOrB0+yOLg= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 608538820B; Wed, 28 Oct 2009 03:19:49 -0400 (EDT) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 70AD78820A; Wed, 28 Oct 2009 03:19:46 -0400 (EDT) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: 471EA3E8-C392-11DE-A984-A67CBBB5EC2E-77302942!a-pb-sasl-sd.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Thanks.