From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: git-rerere observations and feature suggestions Date: Mon, 16 Jun 2008 13:25:14 -0700 Message-ID: <7v4p7tb00l.fsf@gitster.siamese.dyndns.org> References: <20080616110113.GA22945@elte.hu> <20080616112709.GG12260@mit.edu> <20080616195252.GA18848@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Theodore Tso , git@vger.kernel.org To: Ingo Molnar X-From: git-owner@vger.kernel.org Mon Jun 16 22:26:32 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1K8LHZ-00010Y-6l for gcvg-git-2@gmane.org; Mon, 16 Jun 2008 22:26:29 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753799AbYFPUZe (ORCPT ); Mon, 16 Jun 2008 16:25:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753735AbYFPUZe (ORCPT ); Mon, 16 Jun 2008 16:25:34 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:55392 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753476AbYFPUZe (ORCPT ); Mon, 16 Jun 2008 16:25:34 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id E8952B98B; Mon, 16 Jun 2008 16:25:30 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id E3671B986; Mon, 16 Jun 2008 16:25:25 -0400 (EDT) In-Reply-To: <20080616195252.GA18848@elte.hu> (Ingo Molnar's message of "Mon, 16 Jun 2008 21:52:52 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 5D90CACC-3BE2-11DD-AC84-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Ingo Molnar writes: > right now that is simply not possible technically - it's even very hard > to share a .git/rr-cache with a co-maintainer whom i can trust with my > index file. (which is an otherwise unsafe private binary cache that i'd > not put into a public repository as it could in theory contain lots of > unrelated data and is not endian-safe, etc.) Where did you get the idea that .git/index is involved in any way, I wonder...