From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramkumar Ramachandra Subject: Re: [PATCH] Improve documentation for git-remote-helpers Date: Mon, 22 Mar 2010 12:58:05 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Daniel Barkalow , Git Mailing List , Jonathan Nieder To: Sverre Rabbelier X-From: git-owner@vger.kernel.org Mon Mar 22 08:28:34 2010 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 1Ntc3s-0005sz-Im for gcvg-git-2@lo.gmane.org; Mon, 22 Mar 2010 08:28:32 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754183Ab0CVH21 (ORCPT ); Mon, 22 Mar 2010 03:28:27 -0400 Received: from mail-gx0-f217.google.com ([209.85.217.217]:55106 "EHLO mail-gx0-f217.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753796Ab0CVH20 (ORCPT ); Mon, 22 Mar 2010 03:28:26 -0400 Received: by gxk9 with SMTP id 9so359737gxk.8 for ; Mon, 22 Mar 2010 00:28:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=LlmzwIjBeUuSVI8nHGz8cgogG+t15dBt6O2oaUjWEZI=; b=YN2UimN0ZI8MiHpsUNGrr2K+s/AOiPWrDo1wZJ8vgqoG7EXqQ2OJWyAeJNVht2+8Kb OrcNKFoEpJidBX+3E1dNBPiQVGW+F7JEpPPjqvcNHOOVlSPOYuZoCYt29qZLAHx1sae/ fRppwSOnz10Ck6uuBbRGx13hj/KAg7QuX6pMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=v2sVmCCM34A270u5Zabz0RZkhoqo1OPm80eG5/xbPaI+3lFg6pi+0YiNB3XYnmeE2/ sLB177tMKiNv57bqPQAsJZ5F/2jrao8oBZqr8PxUbtM1/PgKnqUgdOUizO3mzHoCBHdP 7vTVWituqfAl9U7JxGHgLOa3aAMxGxWqnVbmQ= Received: by 10.90.1.32 with SMTP id 32mr3931764aga.22.1269242905149; Mon, 22 Mar 2010 00:28:25 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: > Speaking of which, I have uploaded a preliminary version of the export > capability to my github repository [0] since Ramkumar wanted to have a > look at it. Sadly I have not been able to test it yet, I wanted to > work on that today but instead spent hours on getting the first > argument to the helper to be 'origin' (or whatever the user sets it to > with the --origin option), something that's been bothering me forever. > No documentation yet though, working on that ;). Thanks! I'll look at it in the evening. -- Ram