From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752690AbaEURFW (ORCPT ); Wed, 21 May 2014 13:05:22 -0400 Received: from smtp.pobox.com ([208.72.237.35]:63096 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbaEURFQ (ORCPT ); Wed, 21 May 2014 13:05:16 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=v0d2/OWLtacM8+l9elTQlCX8UQ3F0hYf gF3cFzu6laUHu3HqIFNV61MLUwDvfoCnhHKgZWIda/7znEYXsQnENsA7xRd29pZT 02KIhLvj8M0nw3bnKiSzklyLMYurol86hDpue5cjqdiYkYXCNJks58blzDA3Z7vq q0uPH1nK71g= From: Junio C Hamano To: Felipe Contreras Cc: git@vger.kernel.org, Linux Kernel Subject: Re: [ANNOUNCE] Git v2.0.0-rc4 References: <537bf50f27417_353e13c330846@nysa.notmuch> Date: Wed, 21 May 2014 10:05:07 -0700 In-Reply-To: <537bf50f27417_353e13c330846@nysa.notmuch> (Felipe Contreras's message of "Tue, 20 May 2014 19:36:31 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 1136993A-E10A-11E3-BF41-9903E9FBB39C-77302942!pb-smtp0.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Felipe Contreras writes: > Junio C Hamano wrote: > >> * The remote-helper interface to fast-import/fast-export via the >> transport-helper has been tightened to avoid leaving the import >> marks file from a failed/crashed run, as such a file that is out-of- >> sync with reality confuses a later invocation of itself. > > Really? Where are the patches for that? > > I think it's fair to say the way the remote-helpers and transport-helper > has been handled for v2.0 has been a total disaster. Thanks for noticing. The last-minute change of plans in the morning on the -rc release day did not help. Will remove. Anything else I missed?