From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH v5 00/10] transport-helper: updates Date: Thu, 31 Oct 2013 11:34:37 -0700 Message-ID: References: <1383212197-14259-1-git-send-email-felipe.contreras@gmail.com> <1383212197-14259-2-git-send-email-felipe.contreras@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Felipe Contreras , git@vger.kernel.org, Sverre Rabbelier , Richard Hansen To: Max Horn X-From: git-owner@vger.kernel.org Thu Oct 31 19:34:45 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vbx4u-0006at-TX for gcvg-git-2@plane.gmane.org; Thu, 31 Oct 2013 19:34:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754093Ab3JaSel (ORCPT ); Thu, 31 Oct 2013 14:34:41 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:40447 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752882Ab3JaSek (ORCPT ); Thu, 31 Oct 2013 14:34:40 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id C66364EDE7; Thu, 31 Oct 2013 14:34:39 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=3SFskHFWogY1t+f8/YiIJ6jSQMo=; b=LI9EOm dsTCH6zoJpfm2EKXQBJ29RH6Bm8t6VOkqORzzlPIAWIqa6lrb1ZsFv3qSkrMpBmY 0zXjIpYSDYZynd4tImBAgwVHT956au4rANb8FIivhh4joPUjCHq+Us8OGPmr9aPN 6SZtZrAyY1AdbkBucBJRsHl3dxKKzZxNaJlB4= 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=jIrqDLkzWoY/SnRX/6wdyx/3+LYfAU7d eE9x5Fr1pLvmv07/pGaO3tPWDYfbXqODuM/gNuUJy6sVxsUjcl/K72ttwVWumzle dSyl/Q5uRfDqF7qoEtdaFx3j2QbOlCGUW3XWcAItQSh68npsogHxszicZsCM+XoE UY6SuW7e+Lw= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id B894E4EDE6; Thu, 31 Oct 2013 14:34:39 -0400 (EDT) Received: from pobox.com (unknown [72.14.226.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 2FAA44EDE5; Thu, 31 Oct 2013 14:34:39 -0400 (EDT) In-Reply-To: (Junio C. Hamano's message of "Thu, 31 Oct 2013 11:10:33 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 19B5999C-425B-11E3-8DB8-1FFB7F2839F8-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > Max Horn writes: > >> On 31.10.2013, at 10:36, Felipe Contreras >> wrote: >> >>> Hi, >>> >>> Here are the patches that allow transport helpers to be completely >> transparent; >>> renaming branches, deleting them, custom refspecs, --force, >> --dry-run, >>> reporting forced update, everything works. >> >> I looked through this patch series in detail, and it looks fine to >> me. Indeed, it fixes several nuisances when using remote-helpers, and >> as such would be a definite win. > > Nice. > >> In other words: Would be really nice to see these applied! > > The series is sitting on the 'pu' branch, and I think there were > some "fixup" suggestions during the review, so it may need to be > rerolled before advancing to 'next'. Ah, I spoke too early; this is v5, updated from v4.