From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sverre Rabbelier Subject: Re: [RFC/PATCH 0/3] Thinning the git toplevel directory Date: Tue, 22 Feb 2011 20:32:20 +0100 Message-ID: References: <7vmxm4onwk.fsf@alter.siamese.dyndns.org> <1297304069-14764-1-git-send-email-pclouds@gmail.com> <20110218022701.GA23435@elie> <20110218092518.GB30648@elie> <7vei75p3zr.fsf@alter.siamese.dyndns.org> <20110219111103.GA1841@elie> <20110222155637.GC27178@sigill.intra.peff.net> <7v4o7vdfz2.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Jonathan Nieder , Nguyen Thai Ngoc Duy , git@vger.kernel.org, Nicolas Pitre To: Junio C Hamano , Scott Chacon , Jeff King X-From: git-owner@vger.kernel.org Tue Feb 22 20:33:09 2011 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 1Prxyu-0000rz-OD for gcvg-git-2@lo.gmane.org; Tue, 22 Feb 2011 20:33:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755200Ab1BVTdD (ORCPT ); Tue, 22 Feb 2011 14:33:03 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:48354 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754863Ab1BVTdB (ORCPT ); Tue, 22 Feb 2011 14:33:01 -0500 Received: by ywj3 with SMTP id 3so1399719ywj.19 for ; Tue, 22 Feb 2011 11:33:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=6h6c2gnKCnSLb9qthG1pcMtAqhs2Ws3U/qYFkFht+V4=; b=IQwPZPSM9Wcu7qQ85Ck8/HRr6lC9GviomwcQaq0Fv0TQikCjG/CEL+QFdJufdUZi4m Kxw0g305h35SdQQ/Dlhm4LPQVOOjHHVOtRIxbd5eDECBBzsUbF1XyKpRSA8aCHCHVLXc giS/s6JszB6BssBbQwobpz9hXuxpzll3nxPtY= 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=pAupqsNGSqY/ari8VTnqqz2moaNlU+TY2Nq9aUji0xf4yqSSmMA+B82168mT9SFzcF Ak/ezo95Jxd8gDAzRfCAnTDHR+DXJj5Yn+FvgOxwjTAUbaTHfmGN/KyghWxG/ZtXjSIH gzIikAt533eg6LN0SNvc/BnB1FuDutKzMh49U= Received: by 10.150.96.21 with SMTP id t21mr3856785ybb.20.1298403180112; Tue, 22 Feb 2011 11:33:00 -0800 (PST) Received: by 10.151.158.19 with HTTP; Tue, 22 Feb 2011 11:32:20 -0800 (PST) In-Reply-To: <7v4o7vdfz2.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Heya, On Tue, Feb 22, 2011 at 20:30, Junio C Hamano wrote: > Not that libgit.a in its current shape is very useful outside the context > of the git.git proper, though. Which is where libgit2 comes in right? ;) -- Cheers, Sverre Rabbelier