From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.4 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: "Torgil Svensson" Subject: Re: [RFC] Submodules in GIT Date: Sat, 16 Dec 2006 02:20:00 +0100 Message-ID: References: <20061130170625.GH18810@admingilde.org> <200612150007.44331.Josef.Weidendorfer@gmx.de> <200612152242.50472.Josef.Weidendorfer@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Date: Sat, 16 Dec 2006 01:20:40 +0000 (UTC) Cc: "R. Steve McKown" , "Linus Torvalds" , git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pkW+LRo0Cfp1GFzQYJRAjNp+F5fGLcVPI2KJr/G1hPwMkwZxhxEZhrujtk0vlCXe8CfakH74C3k4xmUtLpjODJh8v6flEvcAWv+HhQp5ZVaJti5+TXaPGzqFstj44gLxfbyiSx+fAhkam9JfVIgnNos6ibvg63R1Km4xWwtPqS4= In-Reply-To: Content-Disposition: inline Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvOE3-00038U-Op for gcvg-git@gmane.org; Sat, 16 Dec 2006 02:20:32 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965315AbWLPBUG (ORCPT ); Fri, 15 Dec 2006 20:20:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965314AbWLPBUG (ORCPT ); Fri, 15 Dec 2006 20:20:06 -0500 Received: from nf-out-0910.google.com ([64.233.182.184]:1852 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965316AbWLPBUF (ORCPT ); Fri, 15 Dec 2006 20:20:05 -0500 Received: by nf-out-0910.google.com with SMTP id o25so1281663nfa for ; Fri, 15 Dec 2006 17:20:02 -0800 (PST) Received: by 10.49.58.13 with SMTP id l13mr709747nfk.1166232000534; Fri, 15 Dec 2006 17:20:00 -0800 (PST) Received: by 10.49.28.8 with HTTP; Fri, 15 Dec 2006 17:20:00 -0800 (PST) To: "Josef Weidendorfer" Sender: git-owner@vger.kernel.org On 12/16/06, Torgil Svensson wrote: > > example tree object: > > 100644 blob README > 100644 blob REPORTING-BUGS > 100644 link > 040000 tree arch > 040000 tree block > 040000 link > Sorry, I was sloppy and forgot the names: 100644 blob README 100644 blob REPORTING-BUGS 100644 link AUTHORS 040000 tree arch 040000 tree block 040000 link misc Now it doesn't looks like trees/blobs anymore so maybe a link object is handy: 100644 blob README 100644 blob REPORTING-BUGS 100644 link AUTHORS 040000 tree arch 040000 tree block 040000 link misc link-object: