From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: How to hide a git repository? Date: Tue, 25 Nov 2008 13:46:10 -0800 Message-ID: <7vljv7jx7h.fsf@gitster.siamese.dyndns.org> References: <900638.56188.qm@web37904.mail.mud.yahoo.com> <7vprkjjz79.fsf@gitster.siamese.dyndns.org> <200811252219.38530.jnareb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Koch , Daniel Barkalow , Gary Yang , git@vger.kernel.org To: Jakub Narebski X-From: git-owner@vger.kernel.org Tue Nov 25 22:48:56 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 1L55ln-0001Ex-LE for gcvg-git-2@gmane.org; Tue, 25 Nov 2008 22:48:32 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755966AbYKYVrH (ORCPT ); Tue, 25 Nov 2008 16:47:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754918AbYKYVrH (ORCPT ); Tue, 25 Nov 2008 16:47:07 -0500 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:61189 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754936AbYKYVrE (ORCPT ); Tue, 25 Nov 2008 16:47:04 -0500 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id EF2CE814EC; Tue, 25 Nov 2008 16:47:02 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (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 20265814CE; Tue, 25 Nov 2008 16:46:12 -0500 (EST) In-Reply-To: <200811252219.38530.jnareb@gmail.com> (Jakub Narebski's message of "Tue, 25 Nov 2008 22:19:35 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 985C656C-BB3A-11DD-B041-8214C92D7133-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: Jakub Narebski writes: > On Tue, 25 Nov 2008, Junio C Hamano wrote: >> Jakub Narebski writes: >> >> > If you have something more fancy, check out newest gitweb and take a >> > look at gitweb/INSTALL: you can now, thanks to commit dd7f5f1 by >> > Alexander Gavrilov, see >> > http://permalink.gmane.org/gmane.comp.version-control.git/99962 >> >> Somehow I had an impression that you weren't enthused about that >> patch. > > I didn't like original version, but quite like the one that got in > git.git: very flexible and nonintrusive. I have acked it, haven't I? Yeah, indeed you did. Thanks.